bf839f7b9f
Implementation of the KeyMint HAL service based on the Rust reference implementation. This CL adds the code and associated metadata, but does not included it into the overall build. Bug: 197891150 Bug: 225036046 Test: VtsAidlKeyMintTargetTest Change-Id: I9d95b9d8be645b6299a06d40973b38b66dcf3c07
20 lines
682 B
XML
20 lines
682 B
XML
<manifest version="1.0" type="device">
|
|
<hal format="aidl">
|
|
<name>android.hardware.security.keymint</name>
|
|
<version>3</version>
|
|
<fqname>IKeyMintDevice/default</fqname>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>android.hardware.security.secureclock</name>
|
|
<fqname>ISecureClock/default</fqname>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>android.hardware.security.sharedsecret</name>
|
|
<fqname>ISharedSecret/default</fqname>
|
|
</hal>
|
|
<hal format="aidl">
|
|
<name>android.hardware.security.keymint</name>
|
|
<version>3</version>
|
|
<fqname>IRemotelyProvisionedComponent/default</fqname>
|
|
</hal>
|
|
</manifest>
|