umi: Move QDCM configs to device tree

This commit is contained in:
Yumi Yukimura
2024-02-29 05:14:11 +08:00
parent 0700495360
commit 998a8d63d6
4 changed files with 1042 additions and 4 deletions

View File

@@ -28,6 +28,10 @@ PRODUCT_PACKAGES += \
libmegface \
libpiex_shim
# Display
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,qdcm_calib_data_*.xml,$(LOCAL_PATH)/qdcm/,$(TARGET_COPY_OUT_VENDOR)/etc/)
# Overlays
DEVICE_PACKAGE_OVERLAYS += \
$(LOCAL_PATH)/overlay \

View File

@@ -378,10 +378,6 @@ vendor/etc/charger_fstab.qti
vendor/bin/batterysecret
vendor/etc/init/init.batterysecret.rc
# Display
vendor/etc/qdcm_calib_data_xiaomi_38_0c_0a_cmd_mode_dsc_dsi_panel.xml
vendor/etc/qdcm_calib_data_xiaomi_42_02_0b_cmd_mode_dsc_dsi_panel.xml
# Fingerprint
vendor/lib64/hw/fingerprint.fpc_fod.so:vendor/lib64/hw/fingerprint.fpc_fod.default.so
vendor/lib64/hw/fingerprint.goodix_fod.so:vendor/lib64/hw/fingerprint.goodix_fod.default.so

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long