Alex Vakulenko | 420e49f | 2014-12-01 17:53:27 -0800 | [diff] [blame] | 1 | // Copyright 2014 The Chromium OS Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #ifndef BUFFET_DBUS_CONSTANTS_H_ |
| 6 | #define BUFFET_DBUS_CONSTANTS_H_ |
| 7 | |
| 8 | namespace buffet { |
Alex Vakulenko | 420e49f | 2014-12-01 17:53:27 -0800 | [diff] [blame] | 9 | |
| 10 | // The service name claimed by the Buffet daemon. |
| 11 | extern const char kServiceName[]; |
| 12 | |
| 13 | // The object at this path implements the ObjectManager interface. |
| 14 | extern const char kRootServicePath[]; |
| 15 | |
| 16 | // D-Bus object path prefix for Command objects. |
| 17 | extern const char kCommandServicePathPrefix[]; |
| 18 | |
Alex Vakulenko | 420e49f | 2014-12-01 17:53:27 -0800 | [diff] [blame] | 19 | } // namespace buffet |
| 20 | |
| 21 | #endif // BUFFET_DBUS_CONSTANTS_H_ |