// services/device/public/mojom/nfc.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

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

#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_NFC_MOJOM_SHARED_MESSAGE_IDS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_NFC_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace device::mojom {
namespace messages {


enum class NFC : uint32_t {
// The 1851610069 value is based on sha256(salt + "NFC1").
  kSetClient = 1851610069,
// The 979955964 value is based on sha256(salt + "NFC2").
  kPush = 979955964,
// The 989934531 value is based on sha256(salt + "NFC3").
  kCancelPush = 989934531,
// The 1920351151 value is based on sha256(salt + "NFC4").
  kMakeReadOnly = 1920351151,
// The 854716354 value is based on sha256(salt + "NFC5").
  kCancelMakeReadOnly = 854716354,
// The 1826213476 value is based on sha256(salt + "NFC6").
  kWatch = 1826213476,
// The 2032655601 value is based on sha256(salt + "NFC7").
  kCancelWatch = 2032655601,
};
enum class NFCClient : uint32_t {
// The 1601837543 value is based on sha256(salt + "NFCClient1").
  kOnWatch = 1601837543,
// The 16649096 value is based on sha256(salt + "NFCClient2").
  kOnError = 16649096,
};

}  // namespace messages

}  // device::mojom

#endif  // SERVICES_DEVICE_PUBLIC_MOJOM_NFC_MOJOM_SHARED_MESSAGE_IDS_H_