From 31c4127787060ed90dc61745ae08e35cdeb1526e Mon Sep 17 00:00:00 2001 From: Luofan Chen Date: Fri, 2 Feb 2024 20:49:44 +0800 Subject: [PATCH] sm8550-common: Import QCC system_ext blobs Makes the QTI GNSS service happy. Thanks luca020400 for the help. Change-Id: I6de25b0b3fde6cce3a6cdf95f31c68734d429956 --- BoardConfigCommon.mk | 1 + framework_manifest.xml | 11 +++++++++++ proprietary-files.txt | 14 ++++++++++++++ 3 files changed, 26 insertions(+) create mode 100644 framework_manifest.xml diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 8e8a80f..741fac9 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -96,6 +96,7 @@ DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE := \ $(COMMON_PATH)/device_framework_matrix.xml \ hardware/qcom-caf/common/vendor_framework_compatibility_matrix.xml \ vendor/lineage/config/device_framework_matrix.xml +DEVICE_FRAMEWORK_MANIFEST_FILE += $(COMMON_PATH)/framework_manifest.xml DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml DEVICE_MANIFEST_FILE := \ $(COMMON_PATH)/manifest.xml \ diff --git a/framework_manifest.xml b/framework_manifest.xml new file mode 100644 index 0000000..87b00a2 --- /dev/null +++ b/framework_manifest.xml @@ -0,0 +1,11 @@ + + + vendor.qti.hardware.qccsyshal + hwbinder + 1.2 + + IQccsyshal + qccsyshal + + + diff --git a/proprietary-files.txt b/proprietary-files.txt index 7bdc687..37863eb 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -2277,6 +2277,20 @@ vendor/lib64/hw/vendor.qti.hardware.alarm@1.0-impl.so vendor/lib64/vendor.qti.hardware.alarm@1.0.so # QCC +system_ext/app/QCC/QCC.apk +system_ext/bin/qccsyshal@1.2-service +system_ext/etc/init/vendor.qti.hardware.qccsyshal@1.2-service.rc +system_ext/etc/permissions/com.qti.qcc.vendor_qcc.xml +system_ext/lib64/libqcc.so +system_ext/lib64/libqcc_file_agent_sys.so +system_ext/lib64/libqccdme.so +system_ext/lib64/libqccfileservice.so +system_ext/lib64/vendor.qti.hardware.qccsyshal@1.0.so +system_ext/lib64/vendor.qti.hardware.qccsyshal@1.1.so +system_ext/lib64/vendor.qti.hardware.qccsyshal@1.2-halimpl.so +system_ext/lib64/vendor.qti.hardware.qccsyshal@1.2.so +system_ext/lib64/vendor.qti.hardware.qccvndhal@1.0.so +system_ext/lib64/vendor.qti.qccvndhal_aidl-V1-ndk.so vendor/bin/qcc-vendor vendor/etc/init/init.qccvendor.rc vendor/lib64/hw/vendor.qti.hardware.qccvndhal@1.0-impl.so