Update KeyMint VINTF fragment to version 2

Bug: 221390931
Test: vts -m vts_treble_vintf_vendor_test
Change-Id: I62746b9b60b4b236c0cbb8d2c2edd519c61a71ac
This commit is contained in:
Shawn Willden
2022-02-28 07:13:01 -07:00
parent 07011d9e09
commit ef8bdc4f1d
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"presubmit" : [
{
"name" : "vts_treble_vintf_framework_test"
}
]
}

View File

@@ -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>