sm6225-common: Add FM blobs & build FM

Change-Id: I471a00dff44e8fb90e65b3f506a899e65c94d62f
This commit is contained in:
Michael Bestas 2023-05-19 03:14:25 +03:00
parent 36f182db00
commit 8e1d912a3b
No known key found for this signature in database
GPG key ID: CC95044519BE6669
4 changed files with 16 additions and 1 deletions

View file

@ -50,6 +50,9 @@ TARGET_FS_CONFIG_GEN := \
$(COMMON_PATH)/config.fs \ $(COMMON_PATH)/config.fs \
$(COMMON_PATH)/mot_aids.fs $(COMMON_PATH)/mot_aids.fs
# FM
BOARD_HAVE_QCOM_FM := true
# GPS # GPS
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := default BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := default
LOC_HIDL_VERSION := 4.0 LOC_HIDL_VERSION := 4.0

View file

@ -186,6 +186,11 @@ PRODUCT_PACKAGES += \
android.hardware.biometrics.fingerprint@2.1.vendor \ android.hardware.biometrics.fingerprint@2.1.vendor \
com.motorola.hardware.biometric.fingerprint@1.0.vendor com.motorola.hardware.biometric.fingerprint@1.0.vendor
# FM
PRODUCT_PACKAGES += \
FM2 \
qcom.fmradio
# Framework detect # Framework detect
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
libqti_vndfwk_detect \ libqti_vndfwk_detect \

View file

@ -65,7 +65,6 @@ vendor/lib64/libbtnv.so
vendor/lib64/libsoc_helper.so vendor/lib64/libsoc_helper.so
vendor/lib64/vendor.qti.hardware.bluetooth_sar@1.0.so vendor/lib64/vendor.qti.hardware.bluetooth_sar@1.0.so
vendor/lib64/vendor.qti.hardware.bluetooth_sar@1.1.so vendor/lib64/vendor.qti.hardware.bluetooth_sar@1.1.so
vendor/lib64/vendor.qti.hardware.fm@1.0.so
# Bluetooth (A2DP) # Bluetooth (A2DP)
vendor/lib/btaudio_offload_if.so vendor/lib/btaudio_offload_if.so
@ -231,6 +230,13 @@ vendor/lib64/liboemcrypto.so
vendor/lib64/libtrustedapploader.so vendor/lib64/libtrustedapploader.so
vendor/lib64/libwvhidl.so vendor/lib64/libwvhidl.so
# FM
system_ext/lib64/fm_helium.so
system_ext/lib64/libfm-hci.so
system_ext/lib64/vendor.qti.hardware.fm@1.0.so
vendor/lib64/hw/vendor.qti.hardware.fm@1.0-impl.so
vendor/lib64/vendor.qti.hardware.fm@1.0.so
# Gatekeeper # Gatekeeper
vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti vendor/bin/hw/android.hardware.gatekeeper@1.0-service-qti
vendor/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc vendor/etc/init/android.hardware.gatekeeper@1.0-service-qti.rc

View file

@ -89,6 +89,7 @@ persist.vendor.qcom.bluetooth.scram.enabled=true
persist.vendor.qcom.bluetooth.soc=cherokee persist.vendor.qcom.bluetooth.soc=cherokee
persist.vendor.qcom.bluetooth.twsp_state.enabled=false persist.vendor.qcom.bluetooth.twsp_state.enabled=false
ro.bluetooth.a2dp_offload.supported=true ro.bluetooth.a2dp_offload.supported=true
vendor.qcom.bluetooth.soc=cherokee
# Camera # Camera
camera.disable_zsl_mode=1 camera.disable_zsl_mode=1