Revert "r8q: Remove blobbed NXP and Secure Element hals"

This reverts commit be61fbc642.
This commit is contained in:
Atakan
2025-07-23 20:50:32 +03:00
parent e280d22673
commit a5020c88e0
12 changed files with 265 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
service vendor.secure_element_hal_service-gto /vendor/bin/hw/android.hardware.secure_element@1.0-service-gto
class hal
disabled
user system
group system
on property:ro.boot.hardware.sku=s3fwrn5
start vendor.secure_element_hal_service-gto
@@ -0,0 +1,8 @@
service vendor.secure_element_hal_service /vendor/bin/hw/android.hardware.secure_element@1.0-service
class hal
disabled
user system
group system
on property:ro.boot.hardware.sku=sn110t
start vendor.secure_element_hal_service
@@ -0,0 +1,10 @@
service vendor.nfc_hal_service /vendor/bin/hw/nxp.android.hardware.nfc@1.2-service
interface android.hardware.nfc@1.0::INfc default
interface android.hardware.nfc@1.1::INfc default
interface android.hardware.nfc@1.2::INfc default
interface vendor.samsung.hardware.nfc@2.0::ISehNfc default
class hal
oneshot
disabled
user nfc
group nfc net_bt_admin
Binary file not shown.
Binary file not shown.
Binary file not shown.