Snap for 8555136 from 9b5e291693
to udc-release
Change-Id: Icdb00fbac529d88d750f94b062f2bc9c06bcde97
This commit is contained in:
commit
094c9ebb03
3 changed files with 6 additions and 15 deletions
|
@ -85,7 +85,7 @@ PRODUCT_COPY_FILES += \
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
NfcNci \
|
NfcNci \
|
||||||
Tag \
|
Tag \
|
||||||
android.hardware.nfc@1.2-service.st
|
android.hardware.nfc-service.st
|
||||||
|
|
||||||
# SecureElement
|
# SecureElement
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
|
@ -99,7 +99,6 @@ PRODUCT_COPY_FILES += \
|
||||||
device/google/felix/nfc/libse-gto-hal2.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal2.conf
|
device/google/felix/nfc/libse-gto-hal2.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libse-gto-hal2.conf
|
||||||
|
|
||||||
DEVICE_MANIFEST_FILE += \
|
DEVICE_MANIFEST_FILE += \
|
||||||
device/google/felix/nfc/manifest_nfc.xml \
|
|
||||||
device/google/felix/nfc/manifest_se.xml
|
device/google/felix/nfc/manifest_se.xml
|
||||||
|
|
||||||
# Power HAL config
|
# Power HAL config
|
||||||
|
@ -168,6 +167,9 @@ PRODUCT_PRODUCT_PROPERTIES +=\
|
||||||
ro.vendor.vibrator.hal.long.frequency.shift=0
|
ro.vendor.vibrator.hal.long.frequency.shift=0
|
||||||
ACTUATOR_MODEL := luxshare_ict_lt_xlra1906d
|
ACTUATOR_MODEL := luxshare_ict_lt_xlra1906d
|
||||||
|
|
||||||
|
# Fingerprint
|
||||||
|
include device/google/gs101/fingerprint/fpc1540/sw35/fpc1540.mk
|
||||||
|
|
||||||
# DCK properties based on target
|
# DCK properties based on target
|
||||||
PRODUCT_PROPERTY_OVERRIDES += \
|
PRODUCT_PROPERTY_OVERRIDES += \
|
||||||
ro.gms.dck.eligible_wcc=2
|
ro.gms.dck.eligible_wcc=2
|
||||||
|
|
|
@ -60,8 +60,8 @@ PRESENCE_CHECK_ALGORITHM=5
|
||||||
NCI_HAL_MODULE="nfc_nci.st21nfc"
|
NCI_HAL_MODULE="nfc_nci.st21nfc"
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# White list to be set at startup.
|
# Allow list to be set at startup.
|
||||||
DEVICE_HOST_WHITE_LIST={02:C0}
|
DEVICE_HOST_ALLOW_LIST={02:C0}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# BAIL OUT value for P2P
|
# BAIL OUT value for P2P
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
<manifest version="1.0" type="device">
|
|
||||||
<hal format="hidl">
|
|
||||||
<name>android.hardware.nfc</name>
|
|
||||||
<transport>hwbinder</transport>
|
|
||||||
<version>1.2</version>
|
|
||||||
<interface>
|
|
||||||
<name>INfc</name>
|
|
||||||
<instance>default</instance>
|
|
||||||
</interface>
|
|
||||||
</hal>
|
|
||||||
</manifest>
|
|
Loading…
Add table
Add a link
Reference in a new issue