diff --git a/Android.bp b/Android.bp index cf32f27..08f4dce 100644 --- a/Android.bp +++ b/Android.bp @@ -135,18 +135,6 @@ android_app_import { product_specific: true, } -android_app_import { - name: "NxpNfcNci", - owner: "oneplus", - apk: "proprietary/system_ext/app/NxpNfcNci/NxpNfcNci.apk", - overrides: ["NfcNci"], - certificate: "platform", - dex_preopt: { - enabled: false, - }, - system_ext_specific: true, -} - android_app_import { name: "QtiTelephonyService", owner: "oneplus", diff --git a/proprietary/system/etc/nfcee_access.xml b/proprietary/system/etc/nfcee_access.xml deleted file mode 100644 index 8073968..0000000 --- a/proprietary/system/etc/nfcee_access.xml +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/proprietary/system_ext/app/NxpNfcNci/NxpNfcNci.apk b/proprietary/system_ext/app/NxpNfcNci/NxpNfcNci.apk deleted file mode 100644 index 9955df3..0000000 Binary files a/proprietary/system_ext/app/NxpNfcNci/NxpNfcNci.apk and /dev/null differ diff --git a/proprietary/system_ext/etc/permissions/com.nxp.nfc.xml b/proprietary/system_ext/etc/permissions/com.nxp.nfc.xml deleted file mode 100644 index 477ad53..0000000 --- a/proprietary/system_ext/etc/permissions/com.nxp.nfc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - diff --git a/proprietary/system_ext/framework/com.nxp.nfc.jar b/proprietary/system_ext/framework/com.nxp.nfc.jar deleted file mode 100644 index 015a5cd..0000000 Binary files a/proprietary/system_ext/framework/com.nxp.nfc.jar and /dev/null differ diff --git a/proprietary/system_ext/lib64/libnxpnfc-nci.so b/proprietary/system_ext/lib64/libnxpnfc-nci.so deleted file mode 100644 index 78b8361..0000000 Binary files a/proprietary/system_ext/lib64/libnxpnfc-nci.so and /dev/null differ diff --git a/proprietary/system_ext/lib64/libnxpnfc_nci_jni.so b/proprietary/system_ext/lib64/libnxpnfc_nci_jni.so deleted file mode 100644 index c0b4fb9..0000000 Binary files a/proprietary/system_ext/lib64/libnxpnfc_nci_jni.so and /dev/null differ diff --git a/sm7250-common-vendor.mk b/sm7250-common-vendor.mk index b0e7a48..fbe2d92 100644 --- a/sm7250-common-vendor.mk +++ b/sm7250-common-vendor.mk @@ -6,7 +6,6 @@ PRODUCT_SOONG_NAMESPACES += \ vendor/oneplus/sm7250-common PRODUCT_COPY_FILES += \ - vendor/oneplus/sm7250-common/proprietary/system/etc/nfcee_access.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/nfcee_access.xml \ vendor/oneplus/sm7250-common/proprietary/system/etc/permissions/privapp-permissions-qti.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-qti.xml \ vendor/oneplus/sm7250-common/proprietary/system/etc/sysconfig/qti_whitelist.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/sysconfig/qti_whitelist.xml \ vendor/oneplus/sm7250-common/proprietary/system/framework/tcmclient.jar:$(TARGET_COPY_OUT_SYSTEM)/framework/tcmclient.jar \ @@ -16,7 +15,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/init/dpmd.rc:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/init/dpmd.rc \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/init/wfdservice.rc:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/init/wfdservice.rc \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/com.android.hotwordenrollment.common.util.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.android.hotwordenrollment.common.util.xml \ - vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/com.nxp.nfc.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.nxp.nfc.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/com.qti.dpmframework.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/com.qti.dpmframework.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/dpmapi.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/dpmapi.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/permissions/qcrilhook.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/permissions/qcrilhook.xml \ @@ -26,7 +24,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/seccomp_policy/wfdservice.policy:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/seccomp_policy/wfdservice.policy \ vendor/oneplus/sm7250-common/proprietary/system_ext/etc/wfdconfigsink.xml:$(TARGET_COPY_OUT_SYSTEM_EXT)/etc/wfdconfigsink.xml \ vendor/oneplus/sm7250-common/proprietary/system_ext/framework/com.android.hotwordenrollment.common.util.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/com.android.hotwordenrollment.common.util.jar \ - vendor/oneplus/sm7250-common/proprietary/system_ext/framework/com.nxp.nfc.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/com.nxp.nfc.jar \ vendor/oneplus/sm7250-common/proprietary/system_ext/framework/com.qti.dpmframework.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/com.qti.dpmframework.jar \ vendor/oneplus/sm7250-common/proprietary/system_ext/framework/dpmapi.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/dpmapi.jar \ vendor/oneplus/sm7250-common/proprietary/system_ext/framework/qcrilhook.jar:$(TARGET_COPY_OUT_SYSTEM_EXT)/framework/qcrilhook.jar \ @@ -79,8 +76,6 @@ PRODUCT_COPY_FILES += \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libmmparser_lite.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libmmparser_lite.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libmmrtpdecoder.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libmmrtpdecoder.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libmmrtpencoder.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libmmrtpencoder.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libnxpnfc-nci.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libnxpnfc-nci.so \ - vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libnxpnfc_nci_jni.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libnxpnfc_nci_jni.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libwfdclient.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libwfdclient.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libwfdcommonutils.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libwfdcommonutils.so \ vendor/oneplus/sm7250-common/proprietary/system_ext/lib64/libwfdconfigutils.so:$(TARGET_COPY_OUT_SYSTEM_EXT)/lib64/libwfdconfigutils.so \ @@ -810,7 +805,6 @@ PRODUCT_PACKAGES += \ PowerOffAlarm \ HotwordEnrollmentOKGoogleHEXAGON \ HotwordEnrollmentXGoogleHEXAGON \ - NxpNfcNci \ QtiTelephonyService \ WfdService \ ims \