Merge "Update KeyMint VINTF fragment to version 2" am: 73e15472a4
am: 02b7992b62
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2002270 Change-Id: I093525cf6c83aaecf13c9ea01fa322a7a4901275
This commit is contained in:
commit
5cc1805e43
2 changed files with 9 additions and 0 deletions
7
security/keymint/aidl/default/TEST_MAPPING
Normal file
7
security/keymint/aidl/default/TEST_MAPPING
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"presubmit" : [
|
||||
{
|
||||
"name" : "vts_treble_vintf_framework_test"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,10 +1,12 @@
|
|||
<manifest version="1.0" type="device">
|
||||
<hal format="aidl">
|
||||
<name>android.hardware.security.keymint</name>
|
||||
<version>2</version>
|
||||
<fqname>IKeyMintDevice/default</fqname>
|
||||
</hal>
|
||||
<hal format="aidl">
|
||||
<name>android.hardware.security.keymint</name>
|
||||
<version>2</version>
|
||||
<fqname>IRemotelyProvisionedComponent/default</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue