diff options
author | Dariusz Michaluk <d.michaluk@samsung.com> | 2018-05-08 14:09:20 +0200 |
---|---|---|
committer | Dongchul Lim <dc7.lim@samsung.com> | 2018-05-08 23:18:06 +0000 |
commit | 27d429ea2d5bba77efb6aa7a8275e198c353a465 (patch) | |
tree | 140a577fc54a0075c6e052a74a34b1fb7598a7d6 | |
parent | c2c2f6709f84fb1b185224c041c5d8a3d1591778 (diff) | |
download | model-config-xu3-27d429ea2d5bba77efb6aa7a8275e198c353a465.tar.gz model-config-xu3-27d429ea2d5bba77efb6aa7a8275e198c353a465.tar.bz2 model-config-xu3-27d429ea2d5bba77efb6aa7a8275e198c353a465.zip |
[ACR-1198] Add security.device_certificate featuresubmit/tizen/20180508.231924accepted/tizen/unified/20180509.073015
Change-Id: Ib36bb5c9d1b8c224cad6e62e28d7803e6786f438
-rw-r--r-- | model-config.xml | 1 | ||||
-rw-r--r-- | model-config_ivi.xml | 1 | ||||
-rwxr-xr-x | model-config_tv.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/model-config.xml b/model-config.xml index 3511e5e..e3a3fe9 100644 --- a/model-config.xml +++ b/model-config.xml @@ -230,6 +230,7 @@ <key name="tizen.org/system/input.key.menu" type="bool">false</key> <key name="tizen.org/system/input.key.back" type="bool">false</key> <key name="tizen.org/feature/security.privacy_privilege" type="bool">true</key> + <key name="tizen.org/feature/security.device_certificate" type="bool">false</key> </platform> <custom> </custom> diff --git a/model-config_ivi.xml b/model-config_ivi.xml index 0d56958..45e21d0 100644 --- a/model-config_ivi.xml +++ b/model-config_ivi.xml @@ -217,6 +217,7 @@ <key name="tizen.org/system/input.key.menu" type="bool">false</key> <key name="tizen.org/system/input.key.back" type="bool">false</key> <key name="tizen.org/feature/security.privacy_privilege" type="bool">true</key> + <key name="tizen.org/feature/security.device_certificate" type="bool">false</key> </platform> <custom> </custom> diff --git a/model-config_tv.xml b/model-config_tv.xml index 6fcf03f..d91cdef 100755 --- a/model-config_tv.xml +++ b/model-config_tv.xml @@ -232,6 +232,7 @@ <key name="tizen.org/system/input.key.menu" type="bool">false</key> <key name="tizen.org/system/input.key.back" type="bool">false</key> <key name="tizen.org/feature/security.privacy_privilege" type="bool">false</key> + <key name="tizen.org/feature/security.device_certificate" type="bool">false</key> </platform> <custom> </custom> |