umi: Support UDFPS on AoD

This commit is contained in:
Demon000
2025-11-17 15:15:48 +00:00
committed by TechPanelGM
parent d823fe125a
commit afe8ea17c8
4 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
sensors.elliptic.so
sensors.ssc.so
sensors.touch.so
sensors.udfps.so

View File

@@ -57,6 +57,10 @@ $(call soong_config_set,lineage_powershare,powershare_path,/sys/class/power_supp
PRODUCT_PACKAGES += \
init.device.rc
# Sensors
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
# Soong namespaces
PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH)

View File

@@ -445,6 +445,9 @@
<!-- How long it takes for the HW to start illuminating after the illumination is requested. -->
<integer name="config_udfps_illumination_transition_ms">0</integer>
<!-- Type of the udfps long press sensor. Empty if long press is not supported. -->
<string name="config_dozeUdfpsLongPressSensorType" translatable="false">org.lineageos.sensor.udfps</string>
<!-- The bounding path of the cutout region of the main built-in display.
Must either be empty if there is no cutout region, or a string that is parsable by
{@link android.util.PathParser}.

View File

@@ -408,7 +408,6 @@ vendor/etc/init/init.vendor.sensors.rc
vendor/etc/init/vendor.qti.hardware.sensorscalibrate@1.0-service.rc
vendor/etc/init/vendor.sensors.qti.rc
vendor/etc/init/vendor.sensors.sscrpcd.rc
vendor/etc/sensors/hals.conf
vendor/lib64/hw/vendor.qti.hardware.sensorscalibrate@1.0-impl.so
vendor/lib64/libnotifyaudiohal.so
vendor/lib64/libsensorcal.so