From 9e611cb8f8bba85478487e9cbcfa90401c3db164 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Fri, 23 May 2025 21:40:59 +0300 Subject: [PATCH] zumapro: Add manifest for VINTF target FCM level 202404 Change-Id: I2972238b0f8e35db358618374a6fc0d531f64963 --- BoardConfigLineage.mk | 8 ++++- manifest_radio_ds_202404.xml | 57 ++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+), 1 deletion(-) create mode 100644 manifest_radio_ds_202404.xml diff --git a/BoardConfigLineage.mk b/BoardConfigLineage.mk index 951adb1..e875397 100644 --- a/BoardConfigLineage.mk +++ b/BoardConfigLineage.mk @@ -7,8 +7,14 @@ # Manifests DEVICE_FRAMEWORK_COMPATIBILITY_MATRIX_FILE += vendor/lineage/config/device_framework_matrix.xml DEVICE_MANIFEST_FILE += \ - device/google/zumapro/android.hardware.security.rkp-service.citadel.xml \ + device/google/zumapro/android.hardware.security.rkp-service.citadel.xml +ifeq ($(PRODUCT_SHIPPING_API_LEVEL),35) +DEVICE_MANIFEST_FILE += \ + device/google/zumapro/manifest_radio_ds_202404.xml +else +DEVICE_MANIFEST_FILE += \ device/google/zumapro/manifest_radio_ds.xml +endif DEVICE_PRODUCT_COMPATIBILITY_MATRIX_FILE += \ device/google/zumapro/aam_compatibility_matrix.xml \ device/google/zumapro/location/device_framework_matrix_product.xml diff --git a/manifest_radio_ds_202404.xml b/manifest_radio_ds_202404.xml new file mode 100644 index 0000000..b7d7e90 --- /dev/null +++ b/manifest_radio_ds_202404.xml @@ -0,0 +1,57 @@ + + + android.hardware.radio.config + 3 + IRadioConfig/default + + + android.hardware.radio.data + 3 + IRadioData/slot1 + IRadioData/slot2 + + + android.hardware.radio.messaging + 3 + IRadioMessaging/slot1 + IRadioMessaging/slot2 + + + android.hardware.radio.modem + 3 + IRadioModem/slot1 + IRadioModem/slot2 + + + android.hardware.radio.network + 3 + IRadioNetwork/slot1 + IRadioNetwork/slot2 + + + android.hardware.radio.sap + ISap/slot1 + ISap/slot2 + + + android.hardware.radio.sim + 3 + IRadioSim/slot1 + IRadioSim/slot2 + + + android.hardware.radio.voice + 3 + IRadioVoice/slot1 + IRadioVoice/slot2 + + + android.hardware.secure_element + ISecureElement/SIM1 + ISecureElement/SIM2 + + + vendor.samsung_slsi.telephony.hardware.radioExternal + IOemSlsiRadioExternal/default + +