Add device manifest for radio
Change-Id: Ib6c4b28d33fb64cb05c715d86a96a829a498beac
This commit is contained in:
parent
d55beb7e17
commit
5c09f3cdaa
2 changed files with 29 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
#
|
#
|
||||||
|
|
||||||
|
# Manifests
|
||||||
|
DEVICE_MANIFEST_FILE += device/google/gs101/manifest_radio.xml
|
||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
AB_OTA_PARTITIONS += \
|
AB_OTA_PARTITIONS += \
|
||||||
vendor \
|
vendor \
|
||||||
|
|
26
manifest_radio.xml
Normal file
26
manifest_radio.xml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
<manifest version="1.0" type="device">
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>android.hardware.radio</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<fqname>@1.2::ISap/slot1</fqname>
|
||||||
|
<fqname>@1.2::ISap/slot2</fqname>
|
||||||
|
<fqname>@1.6::IRadio/slot1</fqname>
|
||||||
|
<fqname>@1.6::IRadio/slot2</fqname>
|
||||||
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>android.hardware.radio.config</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<fqname>@1.1::IRadioConfig/default</fqname>
|
||||||
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>android.hardware.secure_element</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<fqname>@1.2::ISecureElement/SIM1</fqname>
|
||||||
|
<fqname>@1.2::ISecureElement/SIM2</fqname>
|
||||||
|
</hal>
|
||||||
|
<hal format="hidl">
|
||||||
|
<name>vendor.samsung_slsi.telephony.hardware.radioExternal</name>
|
||||||
|
<transport>hwbinder</transport>
|
||||||
|
<fqname>@1.1::IOemSlsiRadioExternal/rilExternal</fqname>
|
||||||
|
</hal>
|
||||||
|
</manifest>
|
Loading…
Add table
Add a link
Reference in a new issue