instantnoodlep: Add device specific vintf manifest

Change-Id: Ia2423a26b13edfdc8c5c70d6c1d0fb7168e92dae
This commit is contained in:
LuK1337 2021-01-04 21:37:08 +01:00
parent 41a15ab5b1
commit c79c27caca
2 changed files with 23 additions and 0 deletions

View File

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

20
manifest.xml Normal file
View File

@ -0,0 +1,20 @@
<manifest version="2.0" type="device" target-level="4">
<hal format="hidl">
<name>android.hardware.configstore</name>
<transport>hwbinder</transport>
<version>1.1</version>
<interface>
<name>ISurfaceFlingerConfigs</name>
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.keymaster</name>
<transport>hwbinder</transport>
<version>4.0</version>
<interface>
<name>IKeymasterDevice</name>
<instance>default</instance>
</interface>
</hal>
</manifest>