s5e8825-common: Setup RIL

Change-Id: I9758242e9f50dd49032f7f9c1fbeb671422ad9b3
Signed-off-by: Majaahh <maja.blaszczak@proton.me>
This commit is contained in:
Tim Zimmerman
2025-08-31 23:16:46 +02:00
committed by Majaahh
parent e12bd754c9
commit 00cf6db0c2
36 changed files with 4447 additions and 27 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>