diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2019-02-13 09:14:20 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.ap-northeast-2.compute.internal> | 2019-02-13 09:14:20 +0000 |
commit | b270d6ab7c7a49c030dd24dabaca0cfa304a8e93 (patch) | |
tree | 1904c7637b02390d526865eef0db9c6f11a86410 /xu3 | |
parent | 561da38fa06a21f3af3f64b07906011f2359950c (diff) | |
parent | 13635c65e9a1517010af7fe1faeba1df833bf45a (diff) | |
download | unified-model-config-b270d6ab7c7a49c030dd24dabaca0cfa304a8e93.tar.gz unified-model-config-b270d6ab7c7a49c030dd24dabaca0cfa304a8e93.tar.bz2 unified-model-config-b270d6ab7c7a49c030dd24dabaca0cfa304a8e93.zip |
Merge "[ACR-1318] Add accessibility keys" into tizensubmit/tizen/20190213.091630accepted/tizen/unified/20190214.060648
Diffstat (limited to 'xu3')
-rw-r--r-- | xu3/model-config.xml | 2 | ||||
-rw-r--r-- | xu3/model-config_ivi.xml | 2 | ||||
-rw-r--r-- | xu3/model-config_tv.xml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/xu3/model-config.xml b/xu3/model-config.xml index 7429dae..a46b158 100644 --- a/xu3/model-config.xml +++ b/xu3/model-config.xml @@ -7,6 +7,8 @@ <key name="tizen.org/system/platform.processor" type="string">exynos4412</key> <key name="tizen.org/system/platform.communication_processor" type="string">none</key> <key name="tizen.org/system/manufacturer" type="string">Tizen</key> + <key name="tizen.org/feature/accessibility.grayscale" type="bool">false</key> + <key name="tizen.org/feature/accessibility.negative" type="bool">false</key> <key name="tizen.org/feature/account" type="bool">false</key> <key name="tizen.org/feature/account.sync" type="bool">false</key> <key name="tizen.org/feature/app_history" type="bool">false</key> diff --git a/xu3/model-config_ivi.xml b/xu3/model-config_ivi.xml index f78350d..e09026a 100644 --- a/xu3/model-config_ivi.xml +++ b/xu3/model-config_ivi.xml @@ -7,6 +7,8 @@ <key name="tizen.org/system/platform.processor" type="string">exynos4412</key> <key name="tizen.org/system/platform.communication_processor" type="string">none</key> <key name="tizen.org/system/manufacturer" type="string">Tizen</key> + <key name="tizen.org/feature/accessibility.grayscale" type="bool">false</key> + <key name="tizen.org/feature/accessibility.negative" type="bool">false</key> <key name="tizen.org/feature/account" type="bool">false</key> <key name="tizen.org/feature/account.sync" type="bool">false</key> <key name="tizen.org/feature/app_history" type="bool">false</key> diff --git a/xu3/model-config_tv.xml b/xu3/model-config_tv.xml index d5608c9..cd4cb51 100644 --- a/xu3/model-config_tv.xml +++ b/xu3/model-config_tv.xml @@ -7,6 +7,8 @@ <key name="tizen.org/system/platform.processor" type="string">exynos4412</key> <key name="tizen.org/system/platform.communication_processor" type="string">none</key> <key name="tizen.org/system/manufacturer" type="string">Tizen</key> + <key name="tizen.org/feature/accessibility.grayscale" type="bool">false</key> + <key name="tizen.org/feature/accessibility.negative" type="bool">false</key> <key name="tizen.org/feature/account" type="bool" capi="on" webapi="off" csapi="on">true</key> <key name="tizen.org/feature/account.sync" type="bool">false</key> <key name="tizen.org/feature/app_history" type="bool">false</key> |