blob: ae5ae21c58d1624dddf871a9fcad0a7d08648fe2 [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_RMAD_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_RMAD_DBUS_CONSTANTS_H_
namespace rmad {
const char kRmadInterfaceName[] = "org.chromium.Rmad";
const char kRmadServicePath[] = "/org/chromium/Rmad";
const char kRmadServiceName[] = "org.chromium.Rmad";
// Methods
const char kGetCurrentStateMethod[] = "GetCurrentState";
const char kTransitionStateMethod[] = "TransitionState";
} // namespace rmad
#endif // SYSTEM_API_DBUS_RMAD_DBUS_CONSTANTS_H_