Merge "Bumping the HAL client version." am: 96686aaf60

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1978106

Change-Id: I01249369a8ae59a1835ab8a1a0b7122426c87e72
This commit is contained in:
Tri Vo 2022-02-25 18:25:12 +00:00 committed by Automerger Merge Worker
commit a4174c8c39

View file

@ -71,9 +71,10 @@ class Status {
} // namespace
ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardwareInfo* info) {
info->versionNumber = 1;
info->versionNumber = 2;
info->rpcAuthorName = "Google";
info->supportedEekCurve = RpcHardwareInfo::CURVE_25519;
info->uniqueId = "Trusty: My password is ******";
return ScopedAStatus::ok();
}