From e6a68910f28c8abe0bf55601083772712691d073 Mon Sep 17 00:00:00 2001 From: George Date: Tue, 17 Jan 2023 14:34:00 +0800 Subject: [PATCH] [NFC] Add STReset Tool property Bug: 267838462 Test: VtsHalSecureElementV1_2TargetTest Change-Id: I28a7f558b86b06465cbff43b87a2108d2c94fa5b --- conf/init.husky.rc | 5 +++++ conf/init.shiba.rc | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/conf/init.husky.rc b/conf/init.husky.rc index 7736a63..bc9f7af 100644 --- a/conf/init.husky.rc +++ b/conf/init.husky.rc @@ -7,6 +7,11 @@ on early-init && property:ro.product.name=husky_fullmte on init && property:ro.vendor.factory=1 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 # Wait for insmod_sh to finish all common modules wait_for_prop vendor.common.modules.ready 1 diff --git a/conf/init.shiba.rc b/conf/init.shiba.rc index c388cbe..758cac0 100644 --- a/conf/init.shiba.rc +++ b/conf/init.shiba.rc @@ -7,6 +7,11 @@ on early-init && property:ro.product.name=shiba_fullmte on init && property:ro.vendor.factory=1 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 # Wait for insmod_sh to finish all common modules wait_for_prop vendor.common.modules.ready 1