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 | #include "buffet/dbus_constants.h" |
| 6 | |
| 7 | namespace buffet { |
| 8 | namespace dbus_constants { |
| 9 | |
| 10 | const char kServiceName[] = "org.chromium.Buffet"; |
| 11 | |
| 12 | const char kRootServicePath[] = "/org/chromium/Buffet"; |
| 13 | |
| 14 | const char kCommandServicePathPrefix[] = "/org/chromium/Buffet/commands/"; |
| 15 | |
| 16 | } // namespace dbus_constants |
| 17 | } // namespace buffet |