move hardware feature definitions

Move the hardware feature xml files from frameworks/base/data/etc
to frameworks/native/data/etc.

Change-Id: I8511edc3193b8e5649341048506f2c5eda7964e7
diff --git a/device.mk b/device.mk
index 7d691ec..91ce332 100644
--- a/device.mk
+++ b/device.mk
@@ -23,7 +23,7 @@
 PRODUCT_COPY_FILES += \
 	device/samsung/toro/bcmdhd.cal:system/etc/wifi/bcmdhd.cal \
 	device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml \
-	frameworks/base/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml
+	frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml
 
 PRODUCT_PROPERTY_OVERRIDES += \
 	ro.config.vc_call_vol_steps=7
diff --git a/full_toro.mk b/full_toro.mk
index c7f8ebf..1ccab76 100644
--- a/full_toro.mk
+++ b/full_toro.mk
@@ -29,7 +29,7 @@
 PRODUCT_COPY_FILES += \
     device/samsung/toro/bcmdhd.cal:system/etc/wifi/bcmdhd.cal \
     device/sample/etc/apns-conf_verizon.xml:system/etc/apns-conf.xml \
-    frameworks/base/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml
+    frameworks/native/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml
 
 # Inherit from those products. Most specific first.
 $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)