summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChirayu Desai <chirayudesai1@gmail.com>2021-12-05 05:07:40 +0530
committeralk3pInjection <webmaster@raspii.tech>2023-08-15 15:24:56 +0800
commit7a296b9a5c12d33e08520d5e84affe87b3e30a08 (patch)
treef22939407ecf161a921812deffb82c910a6b0ed1
parent24071ede54c51ad03cada1f237b14bdb18955c1b (diff)
gs201: Add device manifest for radio & keymint
Change-Id: Ib6c4b28d33fb64cb05c715d86a96a829a498beac
-rw-r--r--BoardConfigICE.mk5
-rw-r--r--android.hardware.security.rkp-service.citadel.xml7
-rw-r--r--manifest_radio_ds.xml53
3 files changed, 65 insertions, 0 deletions
diff --git a/BoardConfigICE.mk b/BoardConfigICE.mk
index 3616b301..1a54404a 100644
--- a/BoardConfigICE.mk
+++ b/BoardConfigICE.mk
@@ -6,6 +6,11 @@
BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
+# 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..61fe0063
--- /dev/null
+++ b/android.hardware.security.rkp-service.citadel.xml
@@ -0,0 +1,7 @@
+<manifest version="1.0" type="device">
+ <hal format="aidl">
+ <name>android.hardware.security.keymint</name>
+ <version>2</version>
+ <fqname>IRemotelyProvisionedComponent/strongbox</fqname>
+ </hal>
+</manifest>
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 @@
+<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>
+ </hal>
+ <hal format="aidl">
+ <name>android.hardware.radio.config</name>
+ <fqname>IRadioConfig/default</fqname>
+ </hal>
+ <hal format="aidl">
+ <name>android.hardware.radio.data</name>
+ <fqname>IRadioData/slot1</fqname>
+ <fqname>IRadioData/slot2</fqname>
+ </hal>
+ <hal format="aidl">
+ <name>android.hardware.radio.messaging</name>
+ <fqname>IRadioMessaging/slot1</fqname>
+ <fqname>IRadioMessaging/slot2</fqname>
+ </hal>
+ <hal format="aidl">
+ <name>android.hardware.radio.modem</name>
+ <fqname>IRadioModem/slot1</fqname>
+ <fqname>IRadioModem/slot2</fqname>
+ </hal>
+ <hal format="aidl">
+ <name>android.hardware.radio.network</name>
+ <fqname>IRadioNetwork/slot1</fqname>
+ <fqname>IRadioNetwork/slot2</fqname>
+ </hal>
+ <hal format="aidl">
+ <name>android.hardware.radio.sim</name>
+ <fqname>IRadioSim/slot1</fqname>
+ <fqname>IRadioSim/slot2</fqname>
+ </hal>
+ <hal format="aidl">
+ <name>android.hardware.radio.voice</name>
+ <fqname>IRadioVoice/slot1</fqname>
+ <fqname>IRadioVoice/slot2</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>