diff options
author | jinwang.an <jinwang.an@samsung.com> | 2018-12-03 17:24:15 +0900 |
---|---|---|
committer | jinwang.an <jinwang.an@samsung.com> | 2018-12-03 17:25:28 +0900 |
commit | 13635c65e9a1517010af7fe1faeba1df833bf45a (patch) | |
tree | f0ddec03c545039cb57f007d8aa0b3753ff87c6f /xu3 | |
parent | bb7ad1ca0aab4ab0afd60269fb0dafdab7f3eacc (diff) | |
download | unified-model-config-13635c65e9a1517010af7fe1faeba1df833bf45a.tar.gz unified-model-config-13635c65e9a1517010af7fe1faeba1df833bf45a.tar.bz2 unified-model-config-13635c65e9a1517010af7fe1faeba1df833bf45a.zip |
[ACR-1318] Add accessibility keys
- tizen.org/feature/accessibility.grayscale
- tizen.org/feature/accessibility.negative
Change-Id: Ib871ffc6758f0741cdb75588375281fae5f50da3
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
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 0a3d328..c6a11df 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 08b2da1..1ade69e 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 f40bdb0..899ca1d 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> |