// Copyright 2013 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chromeos/ash/components/dbus/constants/attestation_constants.h"
namespace ash::attestation {
const char kEnterpriseMachineKey[] = "attest-ent-machine";
const char kEnterpriseEnrollmentKey[] = "attest-ent-enrollment";
const char kEnterpriseUserKey[] = "attest-ent-user";
const char kContentProtectionKeyPrefix[] = "attest-cp-";
const char kSoftBindKey[] = "attest-soft-bind-rsa";
const char kDeviceSetupKey[] = "attest-device-setup";
const char kDeviceTrustConnectorKeyPrefix[] = "attest-dtc-";
} // namespace ash::attestation