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

// Copyright 2022 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_ARCVM_DATA_MIGRATOR_DBUS_CONSTANTS_H_
#define SYSTEM_API_DBUS_ARCVM_DATA_MIGRATOR_DBUS_CONSTANTS_H_

namespace arc::data_migrator {

constexpr char kArcVmDataMigratorInterface[] =;
constexpr char kArcVmDataMigratorServicePath[] =;
constexpr char kArcVmDataMigratorServiceName[] =;

// Method names.
constexpr char kGetAndroidDataInfoMethod[] =;
constexpr char kHasDataToMigrateMethod[] =;
constexpr char kStartMigrationMethod[] =;

// Signal names.
constexpr char kMigrationProgressSignal[] =;

}  // namespace arc::data_migrator

#endif  // SYSTEM_API_DBUS_ARCVM_DATA_MIGRATOR_DBUS_CONSTANTS_H_