diff --git a/BoardConfigLineage.mk b/BoardConfigLineage.mk index 827ed348..6c80789a 100644 --- a/BoardConfigLineage.mk +++ b/BoardConfigLineage.mk @@ -4,6 +4,11 @@ # SPDX-License-Identifier: Apache-2.0 # +# Manifests +DEVICE_MANIFEST_FILE += \ + device/google/gs201/android.hardware.security.rkp-service.citadel.xml \ + device/google/gs201/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 00000000..035dfe0a --- /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 00000000..de6fae5a --- /dev/null +++ b/manifest_radio_ds.xml @@ -0,0 +1,53 @@ + + + android.hardware.radio + hwbinder + @1.2::ISap/slot1 + @1.2::ISap/slot2 + + + android.hardware.radio.config + IRadioConfig/default + + + android.hardware.radio.data + IRadioData/slot1 + IRadioData/slot2 + + + android.hardware.radio.messaging + IRadioMessaging/slot1 + IRadioMessaging/slot2 + + + android.hardware.radio.modem + IRadioModem/slot1 + IRadioModem/slot2 + + + android.hardware.radio.network + IRadioNetwork/slot1 + IRadioNetwork/slot2 + + + android.hardware.radio.sim + IRadioSim/slot1 + IRadioSim/slot2 + + + android.hardware.radio.voice + IRadioVoice/slot1 + IRadioVoice/slot2 + + + android.hardware.secure_element + hwbinder + @1.2::ISecureElement/SIM1 + @1.2::ISecureElement/SIM2 + + + vendor.samsung_slsi.telephony.hardware.radioExternal + hwbinder + @1.1::IOemSlsiRadioExternal/rilExternal + +