mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
X6833B: Configure Fingerprint stack
Signed-off-by: dodyirawan85 <40514988+dodyirawan85@users.noreply.github.com>
This commit is contained in:
parent
423659adc2
commit
4ec1fdbcc1
|
@ -104,6 +104,10 @@ PRODUCT_PACKAGES += \
|
||||||
android.hardware.fastboot@1.1-impl-mock \
|
android.hardware.fastboot@1.1-impl-mock \
|
||||||
fastbootd
|
fastbootd
|
||||||
|
|
||||||
|
# Fingerprint
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.biometrics.fingerprint@2.1.vendor:64
|
||||||
|
|
||||||
# Gatekeeper
|
# Gatekeeper
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.gatekeeper@1.0-impl \
|
android.hardware.gatekeeper@1.0-impl \
|
||||||
|
|
|
@ -355,6 +355,13 @@ vendor/lib64/vendor.mediatek.hardware.pq@2.7.so
|
||||||
vendor/lib64/vendor.mediatek.hardware.pq@2.8.so
|
vendor/lib64/vendor.mediatek.hardware.pq@2.8.so
|
||||||
vendor/lib64/vendor.mediatek.hardware.pq@2.9.so
|
vendor/lib64/vendor.mediatek.hardware.pq@2.9.so
|
||||||
|
|
||||||
|
# Fingerprint
|
||||||
|
vendor/bin/hw/android.hardware.biometrics.fingerprint@2.1-service
|
||||||
|
vendor/etc/init/android.hardware.biometrics.fingerprint@2.1-service.rc
|
||||||
|
vendor/etc/init/vendor.fpsensor.rc
|
||||||
|
-vendor/etc/vintf/manifest/android.hardware.biometrics.fingerprint@2.1-service.xml
|
||||||
|
vendor/lib64/hw/fpsensor_fingerprint.default.so
|
||||||
|
|
||||||
# Firmware
|
# Firmware
|
||||||
vendor/firmware/BT_FW.cfg
|
vendor/firmware/BT_FW.cfg
|
||||||
vendor/firmware/WIFI_RAM_CODE_soc2_2_1d_1.bin
|
vendor/firmware/WIFI_RAM_CODE_soc2_2_1d_1.bin
|
||||||
|
|
Loading…
Reference in a new issue