Skip to content

Commit

Permalink
sm8450-common: Import QCC system_ext blobs
Browse files Browse the repository at this point in the history
Makes the QTI GNSS service happy. Thanks luca020400 for the help.

Change-Id: I6de25b0b3fde6cce3a6cdf95f31c68734d429956
  • Loading branch information
hellobbn authored and pjgowtham committed Feb 10, 2024
1 parent dfd98cd commit 27eb6a9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
1 change: 1 addition & 0 deletions BoardConfigCommon.mk
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,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
ODM_MANIFEST_FILES := $(COMMON_PATH)/manifest_odm.xml
Expand Down
11 changes: 11 additions & 0 deletions framework_manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<manifest version="1.0" type="framework">
<hal format="hidl">
<name>vendor.qti.hardware.qccsyshal</name>
<transport>hwbinder</transport>
<version>1.2</version>
<interface>
<name>IQccsyshal</name>
<instance>qccsyshal</instance>
</interface>
</hal>
</manifest>
17 changes: 15 additions & 2 deletions proprietary-files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1044,12 +1044,25 @@ vendor/lib64/libvendorscenariopoweroptfeature.so
vendor/lib64/libvideooptfeature.so
vendor/lib64/[email protected]

# QCC - vendor
# QCC
system_ext/app/QCC/QCC.apk
system_ext/bin/[email protected]
system_ext/etc/init/[email protected]
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/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/[email protected]
system_ext/lib64/vendor.qti.qccvndhal_aidl-V1-ndk.so
vendor/lib64/hw/[email protected]
vendor/lib64/[email protected]
vendor/lib64/[email protected]


# QCV
vendor/bin/init.qti.qcv.sh
vendor/etc/init/init.qti.qcv.rc
Expand Down

0 comments on commit 27eb6a9

Please sign in to comment.