blob: e9fae870bcd4cc7e740b60d9f21b5ab76ba42b5f [file] [log] [blame]
// Copyright 2018 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 SYSTEM_API_DBUS_VM_PLUGIN_DISPATCHER_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_VM_PLUGIN_DISPATCHER_DBUS_CONSTANTS_H_
namespace vm_tools {
namespace plugin_dispatcher {
const char kVmPluginDispatcherInterface[] = "org.chromium.VmPluginDispatcher";
const char kVmPluginDispatcherServicePath[] =
"/org/chromium/VmPluginDispatcher";
const char kVmPluginDispatcherServiceName[] = "org.chromium.VmPluginDispatcher";
} // namespace plugin_dispatcher
} // namespace vm_tools
#endif // SYSTEM_API_DBUS_VM_PLUGIN_DISPATCHER_DBUS_CONSTANTS_H_