chromium/third_party/cros_system_api/dbus/rgbkbd/dbus-constants.h

// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef SYSTEM_API_DBUS_RGBKBD_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_RGBKBD_DBUS_CONSTANTS_H_

namespace rgbkbd {

const char kRgbkbdServicePath[] =;
const char kRgbkbdServiceName[] =;

// Methods
const char kGetRgbKeyboardCapabilities[] =;
const char kSetCapsLockState[] =;
const char kSetStaticBackgroundColor[] =;
const char kSetZoneColor[] =;
const char kSetRainbowMode[] =;
const char kSetTestingMode[] =;
const char kSetAnimationMode[] =;

// Signals
const char kCapabilityUpdatedForTesting[] =;

enum class RgbKeyboardCapabilities {};

enum class RgbAnimationMode {};

}  // namespace rgbkbd

#endif  // SYSTEM_API_DBUS_RGBKBD_DBUS_CONSTANTS_H_