mirror of
https://github.com/Evolution-X-Devices/device_lenovo_zippo
synced 2026-01-27 14:21:16 +00:00
zippo: decommonize secure element manifest entry
heart needs esim where-as zippo it causes errors Change-Id: Iff600723e20588e0c10cc5d1d09e1b78f52ee1c7
This commit is contained in:
@@ -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
14
manifest.xml
Normal 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>
|
||||
Reference in New Issue
Block a user