From ba78bdb19549ea167da6dfbf27398b7c2c9e113f Mon Sep 17 00:00:00 2001
From: Cosmin Tanislav <demonsingur@gmail.com>
Date: Mon, 20 Sep 2021 07:50:33 +0300
Subject: [PATCH] sm8350-common: remove touchfeature manifest entries

---
 BoardConfigCommon.mk               | 3 +--
 framework_compatibility_matrix.xml | 8 --------
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 225d36c..8328a27 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -166,8 +166,7 @@ DEVICE_MANIFEST_FILE := \
     $(COMMON_PATH)/manifests/vendor.xiaomi.hardware.misys@1.0.xml \
     $(COMMON_PATH)/manifests/vendor.xiaomi.hardware.misys@2.0.xml \
     $(COMMON_PATH)/manifests/vendor.xiaomi.hardware.misys@3.0.xml \
-    $(COMMON_PATH)/manifests/vendor.xiaomi.hardware.wireless@1.0.xml \
-    $(COMMON_PATH)/manifests/vendor.xiaomi.hw.touchfeature@1.0-service.xml
+    $(COMMON_PATH)/manifests/vendor.xiaomi.hardware.wireless@1.0.xml
 
 # Media
 TARGET_USES_ION := true
diff --git a/framework_compatibility_matrix.xml b/framework_compatibility_matrix.xml
index acf54bf..797a381 100644
--- a/framework_compatibility_matrix.xml
+++ b/framework_compatibility_matrix.xml
@@ -1022,14 +1022,6 @@
             <instance>default</instance>
         </interface>
     </hal>
-    <hal format="hidl" optional="true">
-        <name>vendor.xiaomi.hw.touchfeature</name>
-        <version>1.0</version>
-        <interface>
-            <name>ITouchFeature</name>
-            <instance>default</instance>
-        </interface>
-    </hal>
     <hal format="hidl" optional="true">
         <name>vendor.xiaomi.hardware.citsensorservice</name>
         <version>1.1</version>
-- 
GitLab