mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:09:42 +00:00
Update the default KeyMint version to v3. Note this affects the pure software implementation of KeyMint that is not used for anything that tests currently run against. Bug: 275982952 Test: m (that it builds) Change-Id: I6ab10329af590bd2a045710dfff47c6e78740464
13 lines
400 B
XML
13 lines
400 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.keymint</name>
|
|
<version>3</version>
|
|
<fqname>IRemotelyProvisionedComponent/default</fqname>
|
|
</hal>
|
|
</manifest>
|