From 340dd4c65571aabfad81134c4e7ea5f3035286e8 Mon Sep 17 00:00:00 2001 From: Konrad Kuchciak Date: Tue, 1 Sep 2020 09:13:21 +0200 Subject: [PATCH] Add new diagnostics feature key - tizen.org/feature/diagnostics Change-Id: I66159518dc30aefa3b0284c9963630bb5826f6be Signed-off-by: Konrad Kuchciak --- emulator/model-config.xml | 1 + emulator/model-config_mobile.xml | 1 + emulator/model-config_mobile64.xml | 1 + emulator/model-config_tv.xml | 1 + emulator/model-config_tv64.xml | 1 + emulator/model-config_wearable.xml | 1 + generic/model-config-iot.xml | 1 + generic/model-config.xml | 1 + rpi3/model-config.xml | 1 + rpi3/model-config_tv.xml | 1 + tm1/model-config.xml | 1 + tm2/model-config.xml | 1 + tw2/model-config.xml | 1 + tw3/model-config.xml | 1 + xu3/model-config.xml | 1 + xu3/model-config_ivi.xml | 1 + xu3/model-config_tv.xml | 1 + 17 files changed, 17 insertions(+) diff --git a/emulator/model-config.xml b/emulator/model-config.xml index 4a67735..a74334c 100644 --- a/emulator/model-config.xml +++ b/emulator/model-config.xml @@ -16,6 +16,7 @@ false false false + true true true false diff --git a/emulator/model-config_mobile.xml b/emulator/model-config_mobile.xml index 26179d2..0a443aa 100644 --- a/emulator/model-config_mobile.xml +++ b/emulator/model-config_mobile.xml @@ -29,6 +29,7 @@ false true false + true true true true diff --git a/emulator/model-config_mobile64.xml b/emulator/model-config_mobile64.xml index 311674b..57ae8de 100644 --- a/emulator/model-config_mobile64.xml +++ b/emulator/model-config_mobile64.xml @@ -29,6 +29,7 @@ false true false + true true true true diff --git a/emulator/model-config_tv.xml b/emulator/model-config_tv.xml index 09dd15c..b029c02 100644 --- a/emulator/model-config_tv.xml +++ b/emulator/model-config_tv.xml @@ -29,6 +29,7 @@ false true false + true true true true diff --git a/emulator/model-config_tv64.xml b/emulator/model-config_tv64.xml index 6cde874..7fae1ab 100644 --- a/emulator/model-config_tv64.xml +++ b/emulator/model-config_tv64.xml @@ -28,6 +28,7 @@ false true false + true true true true diff --git a/emulator/model-config_wearable.xml b/emulator/model-config_wearable.xml index f20d865..932a81b 100644 --- a/emulator/model-config_wearable.xml +++ b/emulator/model-config_wearable.xml @@ -29,6 +29,7 @@ true true false + true true true true diff --git a/generic/model-config-iot.xml b/generic/model-config-iot.xml index 39bf40c..2040c27 100644 --- a/generic/model-config-iot.xml +++ b/generic/model-config-iot.xml @@ -31,6 +31,7 @@ false false false + true false false false diff --git a/generic/model-config.xml b/generic/model-config.xml index 9bee54b..defc5dd 100644 --- a/generic/model-config.xml +++ b/generic/model-config.xml @@ -14,6 +14,7 @@ false false false + true true true false diff --git a/rpi3/model-config.xml b/rpi3/model-config.xml index b72f037..4ca6ee1 100644 --- a/rpi3/model-config.xml +++ b/rpi3/model-config.xml @@ -24,6 +24,7 @@ false false false + true true true true diff --git a/rpi3/model-config_tv.xml b/rpi3/model-config_tv.xml index 9090524..3b946d8 100644 --- a/rpi3/model-config_tv.xml +++ b/rpi3/model-config_tv.xml @@ -30,6 +30,7 @@ false false false + true true true true diff --git a/tm1/model-config.xml b/tm1/model-config.xml index ace0b64..bbedac2 100644 --- a/tm1/model-config.xml +++ b/tm1/model-config.xml @@ -29,6 +29,7 @@ false true false + true true true true diff --git a/tm2/model-config.xml b/tm2/model-config.xml index 7dbbe6f..7bf31f0 100644 --- a/tm2/model-config.xml +++ b/tm2/model-config.xml @@ -29,6 +29,7 @@ false true false + true true true true diff --git a/tw2/model-config.xml b/tw2/model-config.xml index 684bbf7..c2f566f 100644 --- a/tw2/model-config.xml +++ b/tw2/model-config.xml @@ -29,6 +29,7 @@ false true false + true true true true diff --git a/tw3/model-config.xml b/tw3/model-config.xml index 2743f54..046266b 100644 --- a/tw3/model-config.xml +++ b/tw3/model-config.xml @@ -29,6 +29,7 @@ false true false + true true true true 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 @@ false false false + true true true true 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 @@ false false false + true true true true 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 @@ false false false + true true true true -- 2.7.4