umi: Support UDFPS on AoD
This commit is contained in:
4
configs/sensors/hals.conf
Normal file
4
configs/sensors/hals.conf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
sensors.elliptic.so
|
||||||
|
sensors.ssc.so
|
||||||
|
sensors.touch.so
|
||||||
|
sensors.udfps.so
|
||||||
@@ -57,6 +57,10 @@ $(call soong_config_set,lineage_powershare,powershare_path,/sys/class/power_supp
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
init.device.rc
|
init.device.rc
|
||||||
|
|
||||||
|
# Sensors
|
||||||
|
PRODUCT_COPY_FILES += \
|
||||||
|
$(LOCAL_PATH)/configs/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf
|
||||||
|
|
||||||
# Soong namespaces
|
# Soong namespaces
|
||||||
PRODUCT_SOONG_NAMESPACES += \
|
PRODUCT_SOONG_NAMESPACES += \
|
||||||
$(LOCAL_PATH)
|
$(LOCAL_PATH)
|
||||||
|
|||||||
@@ -445,6 +445,9 @@
|
|||||||
<!-- How long it takes for the HW to start illuminating after the illumination is requested. -->
|
<!-- How long it takes for the HW to start illuminating after the illumination is requested. -->
|
||||||
<integer name="config_udfps_illumination_transition_ms">0</integer>
|
<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.
|
<!-- 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
|
Must either be empty if there is no cutout region, or a string that is parsable by
|
||||||
{@link android.util.PathParser}.
|
{@link android.util.PathParser}.
|
||||||
|
|||||||
@@ -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.qti.hardware.sensorscalibrate@1.0-service.rc
|
||||||
vendor/etc/init/vendor.sensors.qti.rc
|
vendor/etc/init/vendor.sensors.qti.rc
|
||||||
vendor/etc/init/vendor.sensors.sscrpcd.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/hw/vendor.qti.hardware.sensorscalibrate@1.0-impl.so
|
||||||
vendor/lib64/libnotifyaudiohal.so
|
vendor/lib64/libnotifyaudiohal.so
|
||||||
vendor/lib64/libsensorcal.so
|
vendor/lib64/libsensorcal.so
|
||||||
|
|||||||
Reference in New Issue
Block a user