blob: 8676d0dc39214b738a8d69e2e6011fb8632c03d3 [file] [log] [blame]
// Copyright 2022 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 VTPM_DBUS_INTERFACE_H_
#define VTPM_DBUS_INTERFACE_H_
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
#endif // VTPM_DBUS_INTERFACE_H_