vendor: nfc: Include support to AOSP STNFC

Change-Id: Ieee025f5864cdf68aff385888ad6a3378fc25859
Signed-off-by: chrisl7 <wandersonrodriguesf1@gmail.com>
This commit is contained in:
chrisl7 2024-07-19 16:36:14 +00:00 committed by Jyotiraditya Panda
parent 30b4dd14ad
commit 63da9372a4
No known key found for this signature in database
GPG Key ID: 36E27CDF9C315814
1 changed files with 15 additions and 0 deletions

15
vendor/nfc/qti-nfc.mk vendored
View File

@ -32,6 +32,21 @@ PRODUCT_COPY_FILES += \
# Get non-open-source specific aspects.
$(call inherit-product-if-exists, vendor/qcom/common/vendor/nfc/nq/nfc-vendor.mk)
else ifeq ($(TARGET_USES_ST_NFC), true)
# Inherit from AOSP STNFC
$(call inherit-product, hardware/st/nfc/nfc_vendor_product.mk)
PRODUCT_PACKAGES += \
com.android.nfc_extras \
libchrome.vendor \
NfcNci \
SecureElement \
Tag
PRODUCT_SYSTEM_PROPERTIES += \
ro.nfc.port=I2C
else
PRODUCT_PACKAGES += \