aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2025-02-22 21:59:26 +0200
committerMichael Bestas <mkbestas@lineageos.org>2025-05-05 05:11:20 +0300
commit63878e8703b2481437eceb258f97399a40abe67e (patch)
tree5cd934c6b3eb7ab470b13329f485bbbafc120af2
parent1c40ea4e364e90084171bd64115266216492f822 (diff)
miami: Move vendor.egistec.hardware.fingerprint to common FCM
Change-Id: Ic75c153435e061254f4fb70a811a666d22b5dd37
-rw-r--r--BoardConfig.mk1
-rw-r--r--device_framework_matrix.xml16
2 files changed, 0 insertions, 17 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 82f942b..c21cf68 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -16,7 +16,6 @@ TARGET_SURFACEFLINGER_UDFPS_LIB := //$(DEVICE_PATH):libudfps_extension.miami
SOONG_CONFIG_qtidisplay_udfps := true
# HIDL
-DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += $(DEVICE_PATH)/device_framework_matrix.xml
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Kernel
diff --git a/device_framework_matrix.xml b/device_framework_matrix.xml
deleted file mode 100644
index c6cac22..0000000
--- a/device_framework_matrix.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
- SPDX-FileCopyrightText: The LineageOS Project
- SPDX-License-Identifier: Apache-2.0
--->
-<compatibility-matrix version="2.0" type="framework">
- <hal format="hidl" optional="true">
- <name>vendor.egistec.hardware.fingerprint</name>
- <transport>hwbinder</transport>
- <version>4.0</version>
- <interface>
- <name>IBiometricsFingerprintRbs</name>
- <instance>default</instance>
- </interface>
- </hal>
-</compatibility-matrix>