aboutsummaryrefslogtreecommitdiff
path: root/dbus/vm_applications/dbus-constants.h
blob: fc0b65e6a7a9f8a50d25622ee9ba4ecdf6920986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// 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_APPLICATIONS_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_VM_APPLICATIONS_DBUS_CONSTANTS_H_

namespace vm_tools {
namespace apps {

const char kVmApplicationsServiceName[] = "org.chromium.VmApplicationsService";
const char kVmApplicationsServicePath[] = "/org/chromium/VmApplicationsService";
const char kVmApplicationsServiceInterface[] = "org.chromium.VmApplicationsService";

const char kVmApplicationsServiceUpdateApplicationListMethod[] = "UpdateApplicationList";
const char kVmApplicationsServiceLaunchTerminalMethod[] = "LaunchTerminal";

}  // namespace apps
}  // namespace vm_tools

#endif  // SYSTEM_API_DBUS_VM_APPLICATIONS_DBUS_CONSTANTS_H_