diff options
| author | Ruchi Kandoi <kandoiruchi@google.com> | 2018-06-13 17:09:49 -0700 |
|---|---|---|
| committer | Ruchi Kandoi <kandoiruchi@google.com> | 2018-06-19 14:13:55 -0700 |
| commit | 66300ea16ae332124dc29991661ae48d70476727 (patch) | |
| tree | 714ab298d17fae8d8feaba8876ea15ef51da6bc3 /init.hardware.rc | |
| parent | f164cca1f3940e42934acfaa1f3744d4a5b345c1 (diff) | |
Start ISecureElement interface for eSE only on Japan sku
Test: check for services on respective skus
Bug: 110053681
Change-Id: Iede80c1f11d4d3a22f8d148afcc94886671c2515
Diffstat (limited to 'init.hardware.rc')
| -rw-r--r-- | init.hardware.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.hardware.rc b/init.hardware.rc index 1dea14b..1601594 100644 --- a/init.hardware.rc +++ b/init.hardware.rc @@ -860,10 +860,12 @@ on property:ro.boot.hardware.sku=G013A setprop persist.nfc.uicc_enabled true on property:ro.boot.hardware.sku=G013B setprop persist.nfc.uicc_enabled false + interface_start android.hardware.secure_element@1.0::ISecureElement/eSE1 on property:ro.boot.hardware.sku=G013C setprop persist.nfc.uicc_enabled true on property:ro.boot.hardware.sku=G013D setprop persist.nfc.uicc_enabled false + interface_start android.hardware.secure_element@1.0::ISecureElement/eSE1 # charger driver exposes now finer grain control, map demo mode to those properties # demo mode can only be exit wipping data which will also reset the persist properties |
