blob: c325705e57ebce20a43dd073f71661800e62694f [file] [log] [blame]
// Copyright 2021 The Chromium OS 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 TPM2_SIMULATOR_CONSTANTS_H_
#define TPM2_SIMULATOR_CONSTANTS_H_
#include <string>
namespace tpm2_simulator {
constexpr inline char kSimulatorUser[] = "tpm2-simulator";
constexpr inline char kSimulatorGroup[] = "tpm2-simulator";
} // namespace tpm2_simulator
#endif // TPM2_SIMULATOR_CONSTANTS_H_