// Copyright 2018 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SYSTEM_API_DBUS_OOBE_CONFIG_DBUS_CONSTANTS_H_ #define SYSTEM_API_DBUS_OOBE_CONFIG_DBUS_CONSTANTS_H_ namespace oobe_config { // General const char kOobeConfigRestoreInterface[] = …; const char kOobeConfigRestoreServicePath[] = …; const char kOobeConfigRestoreServiceName[] = …; // Methods const char kProcessAndGetOobeAutoConfigMethod[] = …; const char kDeleteFlexOobeConfigMethod[] = …; } // namespace oobe_config #endif // SYSTEM_API_DBUS_OOBE_CONFIG_DBUS_CONSTANTS_H_