blob: bde62b7a975d99e038a76d80a55a3a3769276884 [file] [log] [blame]
// Copyright 2018 The Chromium 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 SERVICES_DEVICE_PUBLIC_INTERFACES_INPUT_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_DEVICE_PUBLIC_INTERFACES_INPUT_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#include <stdint.h>
namespace device {
namespace mojom {
namespace internal {
// The 691680755 value is based on sha256(salt + "InputDeviceManagerClient1").
constexpr uint32_t kInputDeviceManagerClient_InputDeviceAdded_Name = 691680755;
// The 350554819 value is based on sha256(salt + "InputDeviceManagerClient2").
constexpr uint32_t kInputDeviceManagerClient_InputDeviceRemoved_Name = 350554819;
// The 320055525 value is based on sha256(salt + "InputDeviceManager1").
constexpr uint32_t kInputDeviceManager_GetDevicesAndSetClient_Name = 320055525;
// The 1584024085 value is based on sha256(salt + "InputDeviceManager2").
constexpr uint32_t kInputDeviceManager_GetDevices_Name = 1584024085;
} // namespace internal
} // namespace mojom
} // namespace device
#endif // SERVICES_DEVICE_PUBLIC_INTERFACES_INPUT_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_