[NFC] Add STReset Tool property

Bug: 267838462
Test: VtsHalSecureElementV1_2TargetTest
Change-Id: I28a7f558b86b06465cbff43b87a2108d2c94fa5b
This commit is contained in:
George 2023-01-17 14:34:00 +08:00 committed by George Chang
parent 241ec39280
commit e6a68910f2
2 changed files with 10 additions and 0 deletions

View file

@ -7,6 +7,11 @@ on early-init && property:ro.product.name=husky_fullmte
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
on init
# NFC streset tool name
setprop persist.vendor.nfc.streset libstreset23
setprop persist.vendor.se.streset libstreset23
on early-boot on early-boot
# Wait for insmod_sh to finish all common modules # Wait for insmod_sh to finish all common modules
wait_for_prop vendor.common.modules.ready 1 wait_for_prop vendor.common.modules.ready 1

View file

@ -7,6 +7,11 @@ on early-init && property:ro.product.name=shiba_fullmte
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
on init
# NFC streset tool name
setprop persist.vendor.nfc.streset libstreset23
setprop persist.vendor.se.streset libstreset23
on early-boot on early-boot
# Wait for insmod_sh to finish all common modules # Wait for insmod_sh to finish all common modules
wait_for_prop vendor.common.modules.ready 1 wait_for_prop vendor.common.modules.ready 1