Merge "trusty: IRPC supportedNumKeysInCsr support"

This commit is contained in:
Tri Vo 2022-11-18 19:03:28 +00:00 committed by Gerrit Code Review
commit e49eb79e07

View file

@ -85,6 +85,7 @@ ScopedAStatus TrustyRemotelyProvisionedComponentDevice::getHardwareInfo(RpcHardw
info->rpcAuthorName = std::move(response.rpcAuthorName);
info->supportedEekCurve = response.supportedEekCurve;
info->uniqueId = std::move(response.uniqueId);
info->supportedNumKeysInCsr = response.supportedNumKeysInCsr;
return ScopedAStatus::ok();
}