lmi: Bring back displayfeature
Change-Id: Id4899984d4c5ec072d34ab85713e3a0745b48cfc
This commit is contained in:
@@ -22,6 +22,9 @@ SOONG_CONFIG_XIAOMI_KONA_FOD_POS_X = 439
|
||||
SOONG_CONFIG_XIAOMI_KONA_FOD_POS_Y = 1655
|
||||
SOONG_CONFIG_XIAOMI_KONA_FOD_SIZE = 202
|
||||
|
||||
# HIDL
|
||||
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
|
||||
|
||||
# Kernel
|
||||
TARGET_KERNEL_CONFIG := vendor/lmi_defconfig
|
||||
|
||||
|
||||
7
manifest.xml
Normal file
7
manifest.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<manifest version="1.0" type="device">
|
||||
<hal format="hidl">
|
||||
<name>vendor.xiaomi.hardware.displayfeature</name>
|
||||
<transport>hwbinder</transport>
|
||||
<fqname>@1.0::IDisplayFeature/default</fqname>
|
||||
</hal>
|
||||
</manifest>
|
||||
@@ -346,6 +346,20 @@ vendor/etc/init/init.batterysecret.rc
|
||||
# Display
|
||||
vendor/etc/qdcm_calib_data_xiaomi_j11_38_08_0a_fhd_panel.xml
|
||||
|
||||
# Display
|
||||
vendor/bin/hw/vendor.xiaomi.hardware.displayfeature@1.0-service
|
||||
vendor/etc/init/vendor.xiaomi.hardware.displayfeature@1.0-service.rc
|
||||
vendor/lib64/hw/displayfeature.default.so
|
||||
vendor/lib64/hw/vendor.xiaomi.hardware.displayfeature@1.0-impl.so
|
||||
vendor/lib64/vendor.xiaomi.hardware.displayfeature@1.0.so
|
||||
|
||||
# Display (HWC)
|
||||
vendor/lib64/libsdmcore.so
|
||||
vendor/lib64/libsdmutils.so
|
||||
|
||||
# Display (SDM)
|
||||
vendor/lib64/libsdedrm.so
|
||||
|
||||
# Fingerprint
|
||||
vendor/lib64/hw/fingerprint.goodix_fod.so:vendor/lib64/hw/fingerprint.goodix_fod.default.so
|
||||
vendor/lib64/hw/fingerprint.goodix_fod6.so:vendor/lib64/hw/fingerprint.goodix_fod6.default.so
|
||||
|
||||
Reference in New Issue
Block a user