diff options
author | Konrad Kuchciak <k.kuchciak@samsung.com> | 2020-09-01 09:13:21 +0200 |
---|---|---|
committer | Karol Lewandowski <k.lewandowsk@samsung.com> | 2020-09-01 10:40:27 +0200 |
commit | 340dd4c65571aabfad81134c4e7ea5f3035286e8 (patch) | |
tree | 2e5ef9cf40c5f3470dde13a3ee6c515e262c4422 /xu3 | |
parent | 05851dd31727ce88112f2370beb1d4ffe21127c4 (diff) | |
download | unified-model-config-340dd4c65571aabfad81134c4e7ea5f3035286e8.tar.gz unified-model-config-340dd4c65571aabfad81134c4e7ea5f3035286e8.tar.bz2 unified-model-config-340dd4c65571aabfad81134c4e7ea5f3035286e8.zip |
Add new diagnostics feature key
- tizen.org/feature/diagnostics
Change-Id: I66159518dc30aefa3b0284c9963630bb5826f6be
Signed-off-by: Konrad Kuchciak <k.kuchciak@samsung.com>
Diffstat (limited to 'xu3')
-rw-r--r-- | xu3/model-config.xml | 1 | ||||
-rw-r--r-- | xu3/model-config_ivi.xml | 1 | ||||
-rw-r--r-- | xu3/model-config_tv.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/xu3/model-config.xml b/xu3/model-config.xml index 10844f1..318ebef 100644 --- a/xu3/model-config.xml +++ b/xu3/model-config.xml @@ -30,6 +30,7 @@ <key name="tizen.org/feature/database.encryption" type="bool">false</key> <key name="tizen.org/feature/datacontrol" type="bool">false</key> <key name="tizen.org/feature/datasync" type="bool">false</key> + <key name="tizen.org/feature/diagnostics" type="bool">true</key> <key name="tizen.org/feature/display" type="bool">true</key> <key name="tizen.org/feature/display.state" type="bool">true</key> <key name="tizen.org/feature/download" type="bool">true</key> diff --git a/xu3/model-config_ivi.xml b/xu3/model-config_ivi.xml index cf6ce27..c733d38 100644 --- a/xu3/model-config_ivi.xml +++ b/xu3/model-config_ivi.xml @@ -24,6 +24,7 @@ <key name="tizen.org/feature/contextual_trigger" type="bool">false</key> <key name="tizen.org/feature/database.encryption" type="bool">false</key> <key name="tizen.org/feature/datasync" type="bool">false</key> + <key name="tizen.org/feature/diagnostics" type="bool">true</key> <key name="tizen.org/feature/display" type="bool">true</key> <key name="tizen.org/feature/display.state" type="bool">true</key> <key name="tizen.org/feature/download" type="bool">true</key> diff --git a/xu3/model-config_tv.xml b/xu3/model-config_tv.xml index 620c08e..416f6a1 100644 --- a/xu3/model-config_tv.xml +++ b/xu3/model-config_tv.xml @@ -30,6 +30,7 @@ <key name="tizen.org/feature/database.encryption" type="bool">false</key> <key name="tizen.org/feature/datacontrol" type="bool">false</key> <key name="tizen.org/feature/datasync" type="bool">false</key> + <key name="tizen.org/feature/diagnostics" type="bool">true</key> <key name="tizen.org/feature/display" type="bool">true</key> <key name="tizen.org/feature/display.state" type="bool">true</key> <key name="tizen.org/feature/download" type="bool">true</key> |