# Bluetooth
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth
+# Fingerprint
+TARGET_SEC_FP_HAL_VARIANT := bauth
+
# RIL
BOARD_MODEM_TYPE := tss310
BOARD_PROVIDES_LIBRIL := true
PRODUCT_PACKAGES += \
android.hardware.bluetooth@1.0-service
+# Fingerprint
+PRODUCT_PACKAGES += \
+ fingerprint.exynos5 \
+ android.hardware.biometrics.fingerprint@2.1-impl \
+ android.hardware.biometrics.fingerprint@2.1-service
+
# Camera
PRODUCT_PACKAGES += \
Snap
frameworks/native/data/etc/android.hardware.nfc.xml:system/etc/permissions/android.hardware.nfc.xml \
frameworks/native/data/etc/android.hardware.nfc.hce.xml:system/etc/permissions/android.hardware.nfc.hce.xml \
frameworks/native/data/etc/com.android.nfc_extras.xml:system/etc/permissions/com.android.nfc_extras.xml \
+ frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
$(LOCAL_PATH)/configs/permissions/com.samsung.permission.HRM_EXT.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.samsung.permission.HRM_EXT.xml \
$(LOCAL_PATH)/configs/permissions/com.samsung.permission.SSENSOR.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/com.samsung.permission.SSENSOR.xml
<!-- Home button Wake Support. Some devices do not support this.
Setting to false will disable Home button Wake support -->
<bool name="config_show_homeWake">true</bool>
+
+ <!-- Defines the location of the fingerprint sensor on the device
+ 0 = back
+ 1 = front
+ 2 = left side
+ 3 = right side -->
+ <integer name="config_fingerprintSensorLocation">1</integer>
</resources>