Merge "Bumping the HAL client version."
This commit is contained in:
commit
96686aaf60
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue