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:
parent
099addb63d
commit
b9c8c28644
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue