chromium/chrome/browser/enterprise/connectors/device_trust/key_management/core/shared_command_constants.cc

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

#include "chrome/browser/enterprise/connectors/device_trust/key_management/core/shared_command_constants.h"

#include "build/build_config.h"
#include "chrome/common/chrome_version.h"

namespace enterprise_connectors {

namespace constants {

const char kBinaryFileName[] =;

const char kGroupName[] =;

const char kSigningKeyFilePath[] =;

#if BUILDFLAG(IS_MAC)
const char kTemporaryDeviceTrustSigningKeyLabel[] =
    "GoogleChromeEnterpriseTempDTSigningKey";

const char kDeviceTrustSigningKeyLabel[] = "GoogleChromeEnterpriseDTSigningKey";

const char kKeychainAccessGroup[] =
    MAC_TEAM_IDENTIFIER_STRING "." MAC_BUNDLE_IDENTIFIER_STRING ".devicetrust";
#endif

}  // namespace constants

namespace switches {

const char kDmServerUrl[] =;

const char kNonce[] =;

const char kPipeName[] =;

const char kRotateDTKey[] =;

}  // namespace switches

}  // namespace enterprise_connectors