blob: 2c595dca013caa2e3331f1d1ca745d43c391d04f [file] [log] [blame]
// Copyright 2022 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef TRUNKS_VTPM_CLIENT_SUPPORT_VTPM_DBUS_INTERFACE_H_
#define TRUNKS_VTPM_CLIENT_SUPPORT_VTPM_DBUS_INTERFACE_H_
namespace trunks {
namespace vtpm {
constexpr char kVtpmInterface[] = "org.chromium.Vtpm";
constexpr char kVtpmServicePath[] = "/org/chromium/Vtpm";
constexpr char kVtpmServiceName[] = "org.chromium.Vtpm";
// Methods exported by vtpm.
constexpr char kSendCommand[] = "SendCommand";
} // namespace vtpm
} // namespace trunks
#endif // TRUNKS_VTPM_CLIENT_SUPPORT_VTPM_DBUS_INTERFACE_H_