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

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

Change-Id: Iaf91fa2eb0c5f739c02e1b29b1f958ce9cc45866
This commit is contained in:
Tri Vo 2022-02-25 18:49:25 +00:00 committed by Automerger Merge Worker
commit 39fdf1d533

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();
}