universal9830: Kang AIDL RIL stack from a54x

Change-Id: Id6ad2c9c52e7054d76121e53fb8d53df55c9b55e
Signed-off-by: Francescodario Cuzzocrea <bosconovic@gmail.com>
This commit is contained in:
Tim Zimmermann
2024-03-16 17:54:20 +01:00
committed by Francescodario Cuzzocrea
parent a89fd7f3f4
commit ba70f64541
23 changed files with 239 additions and 9 deletions
Vendored Executable → Regular
BIN
View File
Binary file not shown.
@@ -0,0 +1,6 @@
<manifest version="1.0" type="device">
<hal override="true" format="hidl">
<name>vendor.samsung_slsi.hardware.radio</name>
<transport>hwbinder</transport>
</hal>
</manifest>
@@ -0,0 +1,82 @@
<manifest version="1.0" type="device">
<hal override="true" format="hidl">
<name>android.hardware.radio.deprecated</name>
<transport>hwbinder</transport>
</hal>
<hal override="true" format="hidl">
<name>android.hardware.radio</name>
<transport>hwbinder</transport>
</hal>
<hal override="true" format="hidl">
<name>android.hardware.radio</name>
<transport>hwbinder</transport>
<fqname>@1.2::ISap/slot1</fqname>
<fqname>@1.2::ISap/slot2</fqname>
</hal>
<hal override="true" format="hidl">
<name>android.hardware.radio.config</name>
<transport>hwbinder</transport>
</hal>
<hal override="true" format="aidl">
<name>android.hardware.radio.modem</name>
<version>1</version>
<interface>
<name>IRadioModem</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal override="true" format="aidl">
<name>android.hardware.radio.network</name>
<version>1</version>
<interface>
<name>IRadioNetwork</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal override="true" format="aidl">
<name>android.hardware.radio.voice</name>
<version>1</version>
<interface>
<name>IRadioVoice</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal override="true" format="aidl">
<name>android.hardware.radio.config</name>
<version>1</version>
<interface>
<name>IRadioConfig</name>
<instance>default</instance>
</interface>
</hal>
<hal override="true" format="aidl">
<name>android.hardware.radio.sim</name>
<version>1</version>
<interface>
<name>IRadioSim</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal override="true" format="aidl">
<name>android.hardware.radio.data</name>
<version>1</version>
<interface>
<name>IRadioData</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal override="true" format="aidl">
<name>android.hardware.radio.messaging</name>
<version>1</version>
<interface>
<name>IRadioMessaging</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
</manifest>
@@ -0,0 +1,58 @@
<manifest version="1.0" type="device">
<hal format="aidl">
<name>vendor.samsung.hardware.radio.network</name>
<version>1</version>
<interface>
<name>ISehRadioNetwork</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl">
<name>vendor.samsung.hardware.radio.channel</name>
<version>1</version>
<interface>
<name>ISehRadioChannel</name>
<instance>imsd</instance>
<instance>imsd2</instance>
<instance>epdgd</instance>
<instance>epdgd2</instance>
</interface>
</hal>
<hal format="aidl">
<name>vendor.samsung.hardware.radio.bridge</name>
<version>1</version>
<interface>
<name>ISehRadioBridge</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl">
<name>vendor.samsung.hardware.radio.data</name>
<version>1</version>
<interface>
<name>ISehRadioData</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl">
<name>vendor.samsung.hardware.radio.sim</name>
<version>1</version>
<interface>
<name>ISehRadioSim</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
<hal format="aidl">
<name>vendor.samsung.hardware.radio.messaging</name>
<version>1</version>
<interface>
<name>ISehRadioMessaging</name>
<instance>slot1</instance>
<instance>slot2</instance>
</interface>
</hal>
</manifest>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.