gts3l: radio: Fix QMI, RIL, Radio related errors

Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I29df49e6db8d3efb0db21a31c277a44567b89004
This commit is contained in:
Deokgyu Yang 2021-06-10 17:01:45 +09:00
parent 106565fef7
commit faa0d31aa0
2 changed files with 52 additions and 12 deletions

View file

@ -347,10 +347,10 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
android.hardware.radio@1.4 \
android.hardware.radio.config@1.1 \
android.hardware.radio.deprecated@1.0 \
android.hardware.radio.deprecated@1.0-impl \
android.hardware.secure_element@1.0 \
librmnetctl \
libxml2
libxml2 \
libprotobuf-cpp-full
# Seccomp policy
PRODUCT_COPY_FILES += \
@ -367,6 +367,23 @@ PRODUCT_SOONG_NAMESPACES += \
$(LOCAL_PATH) \
hardware/samsung
# Telephony
PRODUCT_PACKAGES += \
ims-ext-common \
ims_ext_common.xml \
qti-telephony-hidl-wrapper \
qti_telephony_hidl_wrapper.xml \
qti-telephony-utils \
qti_telephony_utils.xml \
telephony-ext
PRODUCT_BOOT_JARS += \
telephony-ext
# Tethering
PRODUCT_PACKAGES += \
TetheringConfigOverlay
# Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \

View file

@ -208,15 +208,6 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.radio.deprecated</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>IOemHook</name>
<instance>slot1</instance>
</interface>
</hal>
<hal format="hidl">
<name>android.hardware.renderscript</name>
<transport arch="32+64">passthrough</transport>
@ -414,6 +405,38 @@
<instance>default</instance>
</interface>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.radio.am</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.radio.ims</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.radio.lpa</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.radio.qcrilhook</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.radio.qtiradio</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.radio.uim</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.radio.uim_remote_client</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl" override="true">
<name>vendor.qti.hardware.radio.uim_remote_server</name>
<transport>hwbinder</transport>
</hal>
<hal format="hidl">
<name>vendor.qti.hardware.tui_comm</name>
<transport>hwbinder</transport>