-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "ginkgo: Move to AOSP NXP NFC HAL"
This reverts commit 8755257.
- Loading branch information
Showing
8 changed files
with
29 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -289,14 +289,15 @@ PRODUCT_PACKAGES += \ | |
[email protected] | ||
|
||
# NFC | ||
PRODUCT_SOONG_NAMESPACES += \ | ||
vendor/nxp/opensource/sn100x | ||
|
||
PRODUCT_PACKAGES += \ | ||
[email protected] \ | ||
[email protected] \ | ||
com.android.nfc_extras \ | ||
libchrome.vendor \ | ||
NfcNci \ | ||
SecureElement \ | ||
Tag | ||
com.nxp.nfc.nq \ | ||
NQNfcNci \ | ||
Tag \ | ||
[email protected] | ||
|
||
PRODUCT_COPY_FILES += \ | ||
$(LOCAL_PATH)/configs/nfc/libnfc-nci.conf:$(TARGET_COPY_OUT_VENDOR)/etc/libnfc-nci.conf \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,23 +52,24 @@ on boot | |
# Thermal Profile | ||
write /sys/class/thermal/thermal_message/sconfig 0 | ||
|
||
service vendor.nfc_hal_service /vendor/bin/hw/[email protected] | ||
service nqnfcinfo /vendor/bin/nqnfcinfo | ||
class late_start | ||
group nfc | ||
user system | ||
oneshot | ||
override | ||
disabled | ||
|
||
service nqnfc_2_0_hal_service /vendor/bin/hw/[email protected] | ||
class hal | ||
user nfc | ||
group nfc | ||
disabled | ||
|
||
service vendor.secure_element_hal_service /vendor/bin/hw/[email protected] | ||
override | ||
class hal | ||
user secure_element | ||
group secure_element | ||
disabled | ||
|
||
on property:ro.product.device=willow | ||
enable vendor.nfc_hal_service | ||
enable vendor.secure_element_hal_service | ||
enable nqnfcinfo | ||
enable nqnfc_2_0_hal_service | ||
|
||
on property:ro.boot.hwversion=* | ||
setprop vendor.boot.hwversion ${ro.boot.hwversion} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,6 @@ | ||
# Misys | ||
vendor.xiaomi.hardware.misys::IMiSys u:object_r:hal_misys_hwservice:s0 | ||
|
||
# NFC | ||
vendor.nxp.nxpnfc::INxpNfc u:object_r:hal_nfc_hwservice:s0 | ||
|
||
# Secure element | ||
vendor.nxp.nxpese::INxpEse u:object_r:hal_secure_element_hwservice:s0 | ||
|
||
# Fingerprint | ||
vendor.goodix.hardware.interfaces.biometrics.fingerprint::IGoodixFingerprintDaemon u:object_r:hal_fingerprint_hwservice:s0 | ||
vendor.goodix.hardware.interfaces.biometrics.fingerprint::IGoodixFingerprintDaemonExt u:object_r:hal_fingerprint_hwservice:s0 |