e3q: Somewhat fix keymint

Change-Id: Ie08073141aeecb7985ecc713074623a6f8b0ac1f
This commit is contained in:
David Wronek
2024-12-01 16:29:19 +01:00
parent 5d5feba959
commit cf402503e3
5 changed files with 66 additions and 20 deletions

View File

@@ -273,11 +273,20 @@ SPDX-License-Identifier: BSD-3-Clause-Clear
<hal format="aidl" optional="true">
<name>android.hardware.security.keymint</name>
<version>3</version>
<fqname>IKeyMintDevice/default</fqname>
<fqname>IKeyMintDevice/strongbox</fqname>
</hal>
<hal format="aidl" optional="true">
<name>android.hardware.security.keymint</name>
<version>3</version>
<fqname>IRemotelyProvisionedComponent/strongbox</fqname>
<fqname>IRemotelyProvisionedComponent/default</fqname>
</hal>
<hal format="aidl" override="true">
<name>android.hardware.security.secureclock</name>
<fqname>ISecureClock/default</fqname>
</hal>
<hal format="aidl" override="true">
<name>android.hardware.security.sharedsecret</name>
<fqname>ISharedSecret/default</fqname>
</hal>
</manifest>