Andrew de los Reyes | 4e9b9f4 | 2010-04-26 15:06:43 -0700 | [diff] [blame] | 1 | // Copyright (c) 2010 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 CHROMEOS_PLATFORM_UPDATE_ENGINE_DBUS_CONSTANTS_H__ |
| 6 | #define CHROMEOS_PLATFORM_UPDATE_ENGINE_DBUS_CONSTANTS_H__ |
| 7 | |
| 8 | namespace chromeos_update_engine { |
| 9 | |
| 10 | static const char* const kUpdateEngineServiceName = "org.chromium.UpdateEngine"; |
| 11 | static const char* const kUpdateEngineServicePath = |
| 12 | "/org/chromium/UpdateEngine"; |
| 13 | static const char* const kUpdateEngineServiceInterface = |
| 14 | "org.chromium.UpdateEngineInterface"; |
Andrew de los Reyes | 4e9b9f4 | 2010-04-26 15:06:43 -0700 | [diff] [blame] | 15 | } // namespace chromeos_update_engine |
| 16 | |
| 17 | #endif // CHROMEOS_PLATFORM_UPDATE_ENGINE_DBUS_CONSTANTS_H__ |