From 694a1134c21f4e03019c50192536bbff7ac62f31 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Sun, 5 Dec 2021 05:07:40 +0530 Subject: [PATCH] Add device manifest for radio & keymint Change-Id: Ib6c4b28d33fb64cb05c715d86a96a829a498beac --- BoardConfigLineage.mk | 5 ++ ....hardware.security.rkp-service.citadel.xml | 7 +++ manifest_radio_ds.xml | 58 +++++++++++++++++++ 3 files changed, 70 insertions(+) create mode 100644 android.hardware.security.rkp-service.citadel.xml create mode 100644 manifest_radio_ds.xml diff --git a/BoardConfigLineage.mk b/BoardConfigLineage.mk index 827ed34..eba8d75 100644 --- a/BoardConfigLineage.mk +++ b/BoardConfigLineage.mk @@ -4,6 +4,11 @@ # SPDX-License-Identifier: Apache-2.0 # +# Manifests +DEVICE_MANIFEST_FILE += \ + device/google/zumapro/android.hardware.security.rkp-service.citadel.xml \ + device/google/zumapro/manifest_radio_ds.xml + # Partitions AB_OTA_PARTITIONS += \ vendor \ diff --git a/android.hardware.security.rkp-service.citadel.xml b/android.hardware.security.rkp-service.citadel.xml new file mode 100644 index 0000000..035dfe0 --- /dev/null +++ b/android.hardware.security.rkp-service.citadel.xml @@ -0,0 +1,7 @@ + + + android.hardware.security.keymint + 3 + IRemotelyProvisionedComponent/strongbox + + diff --git a/manifest_radio_ds.xml b/manifest_radio_ds.xml new file mode 100644 index 0000000..2101b21 --- /dev/null +++ b/manifest_radio_ds.xml @@ -0,0 +1,58 @@ + + + android.hardware.radio.config + 2 + IRadioConfig/default + + + android.hardware.radio.data + 2 + IRadioData/slot1 + IRadioData/slot2 + + + android.hardware.radio.messaging + 2 + IRadioMessaging/slot1 + IRadioMessaging/slot2 + + + android.hardware.radio.modem + 2 + IRadioModem/slot1 + IRadioModem/slot2 + + + android.hardware.radio.network + 2 + IRadioNetwork/slot1 + IRadioNetwork/slot2 + + + android.hardware.radio.sap + ISap/slot1 + ISap/slot2 + + + android.hardware.radio.sim + 2 + IRadioSim/slot1 + IRadioSim/slot2 + + + android.hardware.radio.voice + 2 + IRadioVoice/slot1 + IRadioVoice/slot2 + + + android.hardware.secure_element + ISecureElement/SIM1 + ISecureElement/SIM2 + + + vendor.samsung_slsi.telephony.hardware.radioExternal + hwbinder + @1.1::IOemSlsiRadioExternal/rilExternal + +