// Copyright 2018 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SYSTEM_API_DBUS_SENESCHAL_DBUS_CONSTANTS_H_ #define SYSTEM_API_DBUS_SENESCHAL_DBUS_CONSTANTS_H_ namespace vm_tools { namespace seneschal { const char kSeneschalInterface[] = …; const char kSeneschalServicePath[] = …; const char kSeneschalServiceName[] = …; // Exported methods. const char kStartServerMethod[] = …; const char kStopServerMethod[] = …; const char kSharePathMethod[] = …; const char kUnsharePathMethod[] = …; } // namespace seneschal } // namespace vm_tools #endif // SYSTEM_API_DBUS_SENESCHAL_DBUS_CONSTANTS_H_