Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed1f13f6 authored by Tri Vo's avatar Tri Vo
Browse files

trusty: IRPC supportedNumKeysInCsr support

Bug: 254137722
Test: atest VtsHalRemotelyProvisionedComponentTargetTest
Change-Id: Ic76c27b8c65274f76adca6b83614eac73964ea20
parent 4cdb6cf4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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();
}