[eSE] Update AIDL secure_element for eSE1

Bug: 261566299
Test: run cts -m CtsOmapiTestCases
Test: atest VtsAidlHalNfcTargetTest
Merged-In: I990e2be2cf9750f0e041dd1f571eb33613a1ce6f
Change-Id: I990e2be2cf9750f0e041dd1f571eb33613a1ce6f
This commit is contained in:
George 2023-04-11 10:39:05 +08:00 committed by George Chang
parent d4c98eb59c
commit 18acbae46e
2 changed files with 1 additions and 8 deletions

View file

@ -64,7 +64,7 @@ PRODUCT_PACKAGES += \
# SecureElement
PRODUCT_PACKAGES += \
android.hardware.secure_element@1.2-service-gto
android.hardware.secure_element-service.thales
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.se.omapi.ese.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.se.omapi.ese.xml \

View file

@ -1,7 +0,0 @@
<manifest version="1.0" type="device">
<hal format="hidl">
<name>android.hardware.secure_element</name>
<transport>hwbinder</transport>
<fqname>@1.2::ISecureElement/eSE1</fqname>
</hal>
</manifest>