mirror of
https://github.com/Evolution-X-Devices/device_oneplus_lemonades
synced 2026-02-01 09:44:48 +00:00
kebab: Add device specific vintf manifest
Change-Id: Ia2423a26b13edfdc8c5c70d6c1d0fb7168e92dae
This commit is contained in:
@@ -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
11
manifest.xml
Normal 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>
|
||||
Reference in New Issue
Block a user