diff --git a/BoardConfigLineage.mk b/BoardConfigLineage.mk index 827ed348..a60b9fe7 100644 --- a/BoardConfigLineage.mk +++ b/BoardConfigLineage.mk @@ -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 \ diff --git a/manifest_radio.xml b/manifest_radio.xml new file mode 100644 index 00000000..c2554b03 --- /dev/null +++ b/manifest_radio.xml @@ -0,0 +1,26 @@ + + + android.hardware.radio + hwbinder + @1.2::ISap/slot1 + @1.2::ISap/slot2 + @1.6::IRadio/slot1 + @1.6::IRadio/slot2 + + + android.hardware.radio.config + hwbinder + @1.1::IRadioConfig/default + + + android.hardware.secure_element + hwbinder + @1.2::ISecureElement/SIM1 + @1.2::ISecureElement/SIM2 + + + vendor.samsung_slsi.telephony.hardware.radioExternal + hwbinder + @1.1::IOemSlsiRadioExternal/rilExternal + +