mirror of
https://github.com/pjgowtham/android_device_realme_ferrarri.git
synced 2025-07-18 10:12:51 +00:00
instantnoodlep: Add device specific vintf manifest
Change-Id: Ia2423a26b13edfdc8c5c70d6c1d0fb7168e92dae
This commit is contained in:
parent
41a15ab5b1
commit
c79c27caca
@ -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
20
manifest.xml
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user