Merge "Bumping the HAL client version."

This commit is contained in:
Tri Vo 2022-02-25 18:03:20 +00:00 committed by Gerrit Code Review
commit 96686aaf60

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