From 819759b6b9b6a989b32df5ef4ffdbbbd0db83157 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 21 Dec 2024 14:25:54 +0530 Subject: msm8996-common: Update HALs in the manifest & re-add framework_compatibility_matrix.xml --- BoardConfigCommon.mk | 3 ++- framework_compatibility_matrix.xml | 41 ++++++++++++++++++++++++++++++++++++++ manifest.xml | 10 +++++----- 3 files changed, 48 insertions(+), 6 deletions(-) create mode 100644 framework_compatibility_matrix.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 6e31ed2..c6c9c3f 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -109,7 +109,8 @@ DEVICE_SPECIFIC_GPS_PATH := $(VENDOR_PATH)/gps DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix_legacy.xml \ - vendor/lineage/config/device_framework_matrix.xml + vendor/lineage/config/device_framework_matrix.xml \ + $(VENDOR_PATH)/framework_compatibility_matrix.xml DEVICE_FRAMEWORK_MANIFEST_FILE := $(VENDOR_PATH)/framework_manifest.xml DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml DEVICE_MATRIX_FILE := hardware/qcom-caf/common/compatibility_matrix.xml diff --git a/framework_compatibility_matrix.xml b/framework_compatibility_matrix.xml new file mode 100644 index 0000000..08a9f28 --- /dev/null +++ b/framework_compatibility_matrix.xml @@ -0,0 +1,41 @@ + + + + + android.hardware.light + hwbinder + 2.0 + + ILight + default + + + diff --git a/manifest.xml b/manifest.xml index 8c42dd4..505b6b8 100644 --- a/manifest.xml +++ b/manifest.xml @@ -218,7 +218,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. com.qualcomm.qti.imscmservice hwbinder - 1.0 + 2.2 IImsCmService qti.ims.connectionmanagerservice @@ -227,7 +227,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. com.qualcomm.qti.uceservice hwbinder - 1.0 + 2.1 IUceService com.qualcomm.qti.uceservice @@ -272,7 +272,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. vendor.qti.data.factory hwbinder - 1.1 + 2.0 IFactory default @@ -387,7 +387,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. vendor.qti.hardware.radio.uim hwbinder - 1.0 + 1.2 IUim Uim0 @@ -426,7 +426,7 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. vendor.qti.imsrtpservice hwbinder - 1.0 + 2.1 IRTPService imsrtpservice -- cgit v1.2.3