muskie: fingerprint bringup

am: 564766461d

Change-Id: I5fd6be032b21c1ca88e80d3bc4c45cf2b44f332f
This commit is contained in:
kris_chen
2016-12-07 18:55:11 +00:00
committed by android-build-merger
3 changed files with 17 additions and 0 deletions

View File

@@ -203,5 +203,13 @@ PRODUCT_COPY_FILES += \
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/lowi.conf:system/etc/lowi.conf
# Fingerprint
PRODUCT_PACKAGES += \
fingerprintd
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml
# setup dalvik vm configs
$(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)

View File

@@ -417,3 +417,8 @@ service loc_launcher /vendor/bin/loc_launcher
service pd_mapper /vendor/bin/pd-mapper
class core
service fingerprintd /system/bin/fingerprintd
class late_start
user system
group system

View File

@@ -89,3 +89,7 @@
# BT
/dev/ttyHS0 0660 bluetooth net_bt
# fpc fingerprint
/sys/devices/soc/soc:fp_fpc* irq 0600 system system
/sys/devices/soc/soc:fp_fpc* wakeup_enable 0200 system system