| // 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_ |