Set sereset property every time at boot

Set it to "reset" in order to reset ST54K eSE at NFC hal init.

Bug: 232204531
Test: check eSE reset process starts at boot
Change-Id: I9f5863f963716ddceabbd540fbde32abec0a38b4
This commit is contained in:
George Chang 2022-05-24 10:18:33 +08:00
parent 099addb63d
commit b9c8c28644

View file

@ -4,7 +4,6 @@ on init
# NFC streset tool name # NFC streset tool name
setprop persist.vendor.nfc.streset libstreset21 setprop persist.vendor.nfc.streset libstreset21
setprop persist.vendor.se.streset libstreset21 setprop persist.vendor.se.streset libstreset21
setprop persist.vendor.se.reset needed
on init && property:ro.vendor.factory=1 on init && property:ro.vendor.factory=1
import /vendor/etc/init/hw/init.factory.rc import /vendor/etc/init/hw/init.factory.rc
@ -72,6 +71,9 @@ on property:ro.boot.hardware.revision=PROTO1.0
on property:ro.boot.hardware.revision=PROTO1.1 on property:ro.boot.hardware.revision=PROTO1.1
setprop persist.vendor.nfc.config_file_name libnfc-hal-st-proto1.conf setprop persist.vendor.nfc.config_file_name libnfc-hal-st-proto1.conf
on post-fs-data
setprop persist.vendor.se.reset reset
# Bluetooth # Bluetooth
on post-fs-data on post-fs-data
chown bluetooth system /proc/bluetooth/timesync chown bluetooth system /proc/bluetooth/timesync