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 { |
Alex Vakulenko | 420e49f | 2014-12-01 17:53:27 -0800 | [diff] [blame] | 8 | |
| 9 | const char kServiceName[] = "org.chromium.Buffet"; |
Alex Vakulenko | 420e49f | 2014-12-01 17:53:27 -0800 | [diff] [blame] | 10 | const char kRootServicePath[] = "/org/chromium/Buffet"; |
Alex Vakulenko | 420e49f | 2014-12-01 17:53:27 -0800 | [diff] [blame] | 11 | const char kCommandServicePathPrefix[] = "/org/chromium/Buffet/commands/"; |
| 12 | |
Alex Vakulenko | 420e49f | 2014-12-01 17:53:27 -0800 | [diff] [blame] | 13 | } // namespace buffet |