Add device manifest for radio

Change-Id: Ib6c4b28d33fb64cb05c715d86a96a829a498beac
This commit is contained in:
Chirayu Desai 2021-12-05 05:07:40 +05:30 committed by Michael Bestas
parent d55beb7e17
commit 5c09f3cdaa
No known key found for this signature in database
GPG key ID: CC95044519BE6669
2 changed files with 29 additions and 0 deletions

View file

@ -4,6 +4,9 @@
# SPDX-License-Identifier: Apache-2.0
#
# Manifests
DEVICE_MANIFEST_FILE += device/google/gs101/manifest_radio.xml
# Partitions
AB_OTA_PARTITIONS += \
vendor \

26
manifest_radio.xml Normal file
View 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>