blob: b1a415550c2f1fb1b4e06357d57e4b3a65bab807 [file] [log] [blame]
// Copyright 2021 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SYSTEM_API_DBUS_MINIOS_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_MINIOS_DBUS_CONSTANTS_H_
namespace minios {
constexpr char kMiniOsServiceName[] = "org.chromium.MiniOs";
} // namespace minios
#endif // SYSTEM_API_DBUS_MINIOS_DBUS_CONSTANTS_H_