chromium/third_party/cros_system_api/dbus/os_install_service/dbus-constants.h

// Copyright 2021 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_OS_INSTALL_SERVICE_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_OS_INSTALL_SERVICE_DBUS_CONSTANTS_H_

namespace os_install_service {

const char kOsInstallServiceInterface[] =;
const char kOsInstallServiceServicePath[] =;
const char kOsInstallServiceServiceName[] =;

const char kMethodStartOsInstall[] =;

const char kSignalOsInstallStatusChanged[] =;

const char kStatusInProgress[] =;
const char kStatusFailed[] =;
const char kStatusSucceeded[] =;
const char kStatusNoDestinationDeviceFound[] =;

}  // namespace os_install_service

#endif  // SYSTEM_API_DBUS_OS_INSTALL_SERVICE_DBUS_CONSTANTS_H_