gta4xl: Drop device specific FCM

* gta4xl-common is going to include hardware/samsung FCM

Change-Id: I0c06842200cf73880453f1a3e0c74cd9089dfc5d
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 94967d4..5ab867e 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -25,8 +25,6 @@
 TARGET_KERNEL_CONFIG := exynos9611-gta4xl_defconfig
 
 ## Manifest
-DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += \
-    $(DEVICE_PATH)/device_framework_matrix.xml
 DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/device_manifest.xml
 
 ## Properties
diff --git a/device_framework_matrix.xml b/device_framework_matrix.xml
deleted file mode 100644
index bd7ff6a..0000000
--- a/device_framework_matrix.xml
+++ /dev/null
@@ -1,59 +0,0 @@
-<?xml version="2.0" encoding="UTF-8"?>
-<compatibility-matrix version="2.0" type="framework">
-    <hal format="aidl">
-        <name>vendor.samsung.hardware.radio.network</name>
-        <version>1</version>
-        <interface>
-            <name>ISehRadioNetwork</name>
-            <instance>slot1</instance>
-            <instance>slot2</instance>
-        </interface>
-    </hal>
-    <hal format="aidl">
-        <name>vendor.samsung.hardware.radio.channel</name>
-        <version>1</version>
-        <interface>
-            <name>ISehRadioChannel</name>
-            <instance>imsd</instance>
-            <instance>imsd2</instance>
-            <instance>epdgd</instance>
-            <instance>epdgd2</instance>
-        </interface>
-    </hal>
-    <hal format="aidl">
-        <name>vendor.samsung.hardware.radio.bridge</name>
-        <version>1</version>
-        <interface>
-            <name>ISehRadioBridge</name>
-            <instance>slot1</instance>
-            <instance>slot2</instance>
-        </interface>
-    </hal>
-    <hal format="aidl">
-        <name>vendor.samsung.hardware.radio.data</name>
-        <version>1</version>
-        <interface>
-            <name>ISehRadioData</name>
-            <instance>slot1</instance>
-            <instance>slot2</instance>
-        </interface>
-    </hal>
-    <hal format="aidl">
-        <name>vendor.samsung.hardware.radio.sim</name>
-        <version>1</version>
-        <interface>
-            <name>ISehRadioSim</name>
-            <instance>slot1</instance>
-            <instance>slot2</instance>
-        </interface>
-    </hal>
-    <hal format="aidl">
-        <name>vendor.samsung.hardware.radio.messaging</name>
-        <version>1</version>
-        <interface>
-            <name>ISehRadioMessaging</name>
-            <instance>slot1</instance>
-            <instance>slot2</instance>
-        </interface>
-    </hal>
-</compatibility-matrix>