Commit 03232827 authored by Joel Hockey's avatar Joel Hockey Committed by Commit Bot

Roll src/third_party/cros_system_api/ 94ebd189a..63c9de2bf (10 commits)

https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/94ebd189a1d5..63c9de2bf41a

$ git log 94ebd189a..63c9de2bf --date=short --no-merges --format='%ad %ae %s'
2020-08-07 omorsi system_api: Remove a finished TODO
2020-08-11 joelhockey vm_tools: cicerone: Add vsh host and container pid map
2020-08-12 sidereal system_api: Fix integer type in VmInfo
2020-08-11 kevinptt runtime_probe: update protobuf fields name for edid
2020-06-10 akhouderchah hermes: Introduce Euicc class
2020-06-29 puthik system_api: Add power_manager thermal.proto
2020-07-31 chenghaoyang system_api: Add DBus Method and Token to Bootstrap PowerManager's Mojo
2020-07-16 matthewmwang shill: remove WiFi.FTEnabled property
2020-07-31 vapier common-mk: check-owners: drop noparents settings
2020-07-21 chenghaoyang system_api: Add Iioservice DBus Constants

Created with:
  roll-dep src/third_party/cros_system_api

Change-Id: Ifd8f33c63b47d26af556531d0fc9702a7a841b9e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352968
Auto-Submit: Joel Hockey <joelhockey@chromium.org>
Commit-Queue: Steven Bennetts <stevenjb@chromium.org>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797933}
parent 9a9b4dfe
...@@ -890,7 +890,7 @@ deps = { ...@@ -890,7 +890,7 @@ deps = {
# For Linux and Chromium OS. # For Linux and Chromium OS.
'src/third_party/cros_system_api': { 'src/third_party/cros_system_api': {
'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '94ebd189a1d513f1d37313e0875842a48554902f', 'url': Var('chromium_git') + '/chromiumos/platform2/system_api.git' + '@' + '63c9de2bf41a7221139de845687e5f2bf8364d05',
'condition': 'checkout_linux', 'condition': 'checkout_linux',
}, },
......
...@@ -19,18 +19,8 @@ ...@@ -19,18 +19,8 @@
#include "third_party/cros_system_api/dbus/hermes/dbus-constants.h" #include "third_party/cros_system_api/dbus/hermes/dbus-constants.h"
namespace hermes { namespace hermes {
// TODO(crbug.com/1093185): Remove when hermes/dbus-constants.h is updated.
const char kHermesEuiccInterface[] = "org.chromium.Hermes.Euicc";
namespace euicc { namespace euicc {
const char kEidProperty[] = "Eid"; const char kEidProperty[] = "Eid";
const char kIsActiveProperty[] = "IsActive";
const char kInstalledProfilesProperty[] = "InstalledProfiles";
const char kPendingProfilesProperty[] = "PendingProfiles";
const char kInstallProfileFromActivationCode[] =
"InstallProfileFromActivationCode";
const char kInstallPendingProfile[] = "InstallPendingProfile";
const char kUninstallProfile[] = "UninstallProfile";
const char kRequestPendingEvents[] = "RequestPendingEvents";
} // namespace euicc } // namespace euicc
} // namespace hermes } // namespace hermes
......
...@@ -19,18 +19,6 @@ using ::testing::_; ...@@ -19,18 +19,6 @@ using ::testing::_;
using ::testing::Invoke; using ::testing::Invoke;
using ::testing::Return; using ::testing::Return;
namespace hermes {
// TODO(crbug.com/1093185): Remove when hermes/dbus-constants.h is updated.
const char kHermesEuiccInterface[] = "org.chromium.Hermes.Euicc";
namespace euicc {
const char kInstallProfileFromActivationCode[] =
"InstallProfileFromActivationCode";
const char kInstallPendingProfile[] = "InstallPendingProfile";
const char kUninstallProfile[] = "UninstallProfile";
const char kRequestPendingEvents[] = "RequestPendingEvents";
} // namespace euicc
} // namespace hermes
namespace chromeos { namespace chromeos {
namespace { namespace {
......
...@@ -16,13 +16,6 @@ ...@@ -16,13 +16,6 @@
#include "dbus/property.h" #include "dbus/property.h"
#include "third_party/cros_system_api/dbus/hermes/dbus-constants.h" #include "third_party/cros_system_api/dbus/hermes/dbus-constants.h"
namespace hermes {
namespace manager {
// TODO(crbug.com/1093185): Remove when hermes/dbus-constants.h is updated.
const char kAvailableEuiccsProperty[] = "AvailableEuiccs";
} // namespace manager
} // namespace hermes
namespace chromeos { namespace chromeos {
namespace { namespace {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment