common: nq-nfc: Add feature flags for OMAPI readers.

Support ESE/UICC OMAPI readers.

Bug: 131062577
Test: CTS OMAPI
Change-Id: I3866ac2f3cf80eea19e7ed5faa795a1103336e50
This commit is contained in:
Jack Yu 2020-01-16 18:20:56 +08:00 committed by Alexander Koskovich
parent d1b8d8de3b
commit cf42dbe7d2
No known key found for this signature in database
GPG Key ID: F1107C9A417AC130
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Copyright (C) 2020 Paranoid Android
# Copyright (C) 2021 Paranoid Android
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@ -22,5 +22,10 @@ PRODUCT_PACKAGES += \
ls_nq_client \
jcos_nq_client
# Permissions
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \
frameworks/native/data/etc/android.hardware.se.omapi.uicc.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.uicc.xml
# Get non-open-source specific aspects.
$(call inherit-product-if-exists, vendor/qcom/common/nq-nfc/nq-nfc-vendor.mk)