android_system_core/trusty/keymint/android.hardware.security.keymint-service.rust.trusty.xml
David Drysdale 03a14f5284 Declare support for v4 of KeyMint HAL
Bug: 377744414
Bug: 369375199
Test: vts_treble_vintf_vendor_test
Change-Id: I1fc04834819cc9291d89a6ee6803cbc5d5d91437
2024-11-14 18:18:55 +00:00

20 lines
682 B
XML

<manifest version="1.0" type="device">
<hal format="aidl">
<name>android.hardware.security.keymint</name>
<version>4</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>