cm: config: Remove enhanced NFC feature
This was used for the HCE implementation by SimplyTapp in CM 9 - 10.2.
Since then, Android has an HCE implementation and this is no longer used.
Change-Id: Icd9db39829c1863c4962aab53959ad527da28bcd
diff --git a/config/nfc_enhanced.mk b/config/nfc_enhanced.mk
deleted file mode 100644
index d9ea102..0000000
--- a/config/nfc_enhanced.mk
+++ /dev/null
@@ -1,3 +0,0 @@
-# This device supports CM enhanced NFC
-PRODUCT_COPY_FILES += \
- vendor/cm/config/permissions/com.cyanogenmod.nfc.enhanced.xml:system/etc/permissions/com.cyanogenmod.nfc.enhanced.xml
diff --git a/config/permissions/com.cyanogenmod.nfc.enhanced.xml b/config/permissions/com.cyanogenmod.nfc.enhanced.xml
deleted file mode 100644
index 4baa34d..0000000
--- a/config/permissions/com.cyanogenmod.nfc.enhanced.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-
-<!-- This feature shows that this is device features CM NFC enhancements -->
-<permissions>
- <feature name="com.cyanogenmod.nfc.enhanced" />
-</permissions>
-