summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorRajesh Nyamagoud <nyamagoud@google.com>2021-11-09 21:41:21 +0000
committerRajesh Nyamagoud <nyamagoud@google.com>2021-11-09 23:40:07 +0000
commit77fbe2919aee1e228183c43c743853f755b1c4ad (patch)
tree19b421c36194114a0bb13030b85940d917a3f501 /res
parent62971439b86771178f59f908a0032798a454b3ad (diff)
downloadSecureElement-77fbe2919aee1e228183c43c743853f755b1c4ad.tar.gz
Boolean resource added to enable vendor stable service
To configure vendor stable service, resource attribute secure_element_vintf_enabled added. Value is set to true to enable vendor stable service. Bug: 180639372 Test: Run OMAPI VTS and CTS tests Change-Id: Idd89323c9782081df0975c27694c6adf3af4c4c7
Diffstat (limited to 'res')
-rw-r--r--res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index cc310a0..5811b10 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -3,4 +3,8 @@
<!-- The list of AIDs are the candidate of the ARA AID in ESE.
The first available AID will be taken as the ARA AID. -->
<string-array name="config_ara_aid_candidate_list_ese" translatable="false" />
+
+ <!-- To enable vendor stable service, set this to true and
+ make sure its vntf manifest entry is also configured. -->
+ <bool name="secure_element_vintf_enabled">false</bool>
</resources>