kebab: Add device specific vintf manifest

Change-Id: Ia2423a26b13edfdc8c5c70d6c1d0fb7168e92dae
This commit is contained in:
LuK1337
2021-01-04 21:36:50 +01:00
parent 63109b74ae
commit 21f0063eeb
2 changed files with 14 additions and 0 deletions

View File

@@ -30,6 +30,9 @@ SOONG_CONFIG_ONEPLUS_KONA_FOD_POS_X = 453
SOONG_CONFIG_ONEPLUS_KONA_FOD_POS_Y = 1823
SOONG_CONFIG_ONEPLUS_KONA_FOD_SIZE = 174
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Properties
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop

11
manifest.xml Normal file
View File

@@ -0,0 +1,11 @@
<manifest version="2.0" type="device" target-level="5">
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>
<version>4.1</version>
<interface>
<name>IKeymasterDevice</name>
<instance>default</instance>
</interface>
</hal>
</manifest>