zippo: decommonize secure element manifest entry

heart needs esim where-as zippo it causes errors

Change-Id: Iff600723e20588e0c10cc5d1d09e1b78f52ee1c7
This commit is contained in:
Marc Bourgoin
2021-03-25 20:33:45 -06:00
parent cb11cd01e8
commit 68e8752262
2 changed files with 17 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ DEVICE_PATH := device/lenovo/zippo
# Assert
TARGET_OTA_ASSERT_DEVICE := zippo
# HIDL
DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml
# Kernel
ifeq ($(TARGET_PREBUILT_KERNEL),)
TARGET_KERNEL_CONFIG := lineage_zippo_defconfig

14
manifest.xml Normal file
View File

@@ -0,0 +1,14 @@
<manifest version="1.0" type="device" target-level="3">
<hal format="hidl">
<name>android.hardware.secure_element</name>
<transport>hwbinder</transport>
<version>1.0</version>
<interface>
<name>ISecureElement</name>
<instance>SIM1</instance>
<instance>SIM2</instance>
</interface>
<fqname>@1.0::ISecureElement/SIM1</fqname>
<fqname>@1.0::ISecureElement/SIM2</fqname>
</hal>
</manifest>