From 1b2b48fe7cb033f6e191f75ac9b56d0e3a5933c5 Mon Sep 17 00:00:00 2001 From: xSylla Date: Wed, 10 Nov 2021 10:35:11 +0100 Subject: [PATCH] sm7250-common: Add missing fm init and manifest entries --- framework_compatibility_matrix.xml | 8 ++++++++ manifest.xml | 5 +++++ proprietary-files.txt | 2 ++ 3 files changed, 15 insertions(+) diff --git a/framework_compatibility_matrix.xml b/framework_compatibility_matrix.xml index b4de91d..9f4e9ea 100644 --- a/framework_compatibility_matrix.xml +++ b/framework_compatibility_matrix.xml @@ -214,6 +214,14 @@ dspservice + + vendor.qti.hardware.fm + 1.0 + + IFmHci + default + + vendor.qti.hardware.qccvndhal 1.0 diff --git a/manifest.xml b/manifest.xml index c8e8b55..221b302 100644 --- a/manifest.xml +++ b/manifest.xml @@ -188,6 +188,11 @@ hwbinder @1.0::IDspService/dspservice + + vendor.qti.hardware.fm + hwbinder + @1.0::IFmHci/default + vendor.qti.hardware.qccvndhal hwbinder diff --git a/proprietary-files.txt b/proprietary-files.txt index 9062326..2760e57 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -234,6 +234,8 @@ system_ext/lib64/fm_helium.so system_ext/lib64/libfm-hci.so system_ext/lib64/vendor.qti.hardware.fm@1.0.so vendor/bin/fm_qsoc_patches +vendor/etc/init/init.qti.fm.rc +vendor/etc/init.qti.fm.sh vendor/lib/hw/vendor.qti.hardware.fm@1.0-impl.so vendor/lib/vendor.qti.hardware.fm@1.0.so vendor/lib64/hw/vendor.qti.hardware.fm@1.0-impl.so