Skip to content
Snippets Groups Projects
Commit b9c8c286 authored by George Chang's avatar George Chang
Browse files

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
parent 099addb6
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,6 @@ on init
# NFC streset tool name
setprop persist.vendor.nfc.streset libstreset21
setprop persist.vendor.se.streset libstreset21
setprop persist.vendor.se.reset needed
on init && property:ro.vendor.factory=1
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
setprop persist.vendor.nfc.config_file_name libnfc-hal-st-proto1.conf
on post-fs-data
setprop persist.vendor.se.reset reset
# Bluetooth
on post-fs-data
chown bluetooth system /proc/bluetooth/timesync
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment