diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2020-09-02 00:16:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review> | 2020-09-02 00:16:38 +0000 |
commit | 80881e6e814746310bd2638b60df622bba9b431e (patch) | |
tree | 426100eec0316f2d0ab5f6801eb8de32e4599834 | |
parent | 05851dd31727ce88112f2370beb1d4ffe21127c4 (diff) | |
parent | c6b2f647bc44c95775f0b3902a78ebf957307606 (diff) | |
download | unified-model-config-80881e6e814746310bd2638b60df622bba9b431e.tar.gz unified-model-config-80881e6e814746310bd2638b60df622bba9b431e.tar.bz2 unified-model-config-80881e6e814746310bd2638b60df622bba9b431e.zip |
Merge "[ACR-1579] Newly add machine_learning.training feature" into tizen
-rw-r--r-- | emulator/model-config.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_mobile.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_mobile64.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_tv.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_tv64.xml | 1 | ||||
-rw-r--r-- | emulator/model-config_wearable.xml | 1 | ||||
-rw-r--r-- | generic/model-config-iot.xml | 1 | ||||
-rw-r--r-- | generic/model-config.xml | 1 | ||||
-rw-r--r-- | rpi3/model-config.xml | 1 | ||||
-rw-r--r-- | rpi3/model-config_tv.xml | 1 | ||||
-rw-r--r-- | tm1/model-config.xml | 1 | ||||
-rw-r--r-- | tm2/model-config.xml | 1 | ||||
-rw-r--r-- | tw2/model-config.xml | 1 | ||||
-rw-r--r-- | tw3/model-config.xml | 1 | ||||
-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 |
17 files changed, 17 insertions, 0 deletions
diff --git a/emulator/model-config.xml b/emulator/model-config.xml index 4a67735..10bd45d 100644 --- a/emulator/model-config.xml +++ b/emulator/model-config.xml @@ -33,6 +33,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">true</key> <key name="tizen.org/feature/machine_learning" type="bool">false</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">false</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">false</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.video_recording" type="bool">true</key> diff --git a/emulator/model-config_mobile.xml b/emulator/model-config_mobile.xml index 26179d2..d801206 100644 --- a/emulator/model-config_mobile.xml +++ b/emulator/model-config_mobile.xml @@ -52,6 +52,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">true</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.video_recording" type="bool">true</key> diff --git a/emulator/model-config_mobile64.xml b/emulator/model-config_mobile64.xml index 311674b..4d78771 100644 --- a/emulator/model-config_mobile64.xml +++ b/emulator/model-config_mobile64.xml @@ -52,6 +52,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">true</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.video_recording" type="bool">true</key> diff --git a/emulator/model-config_tv.xml b/emulator/model-config_tv.xml index 09dd15c..a85f16c 100644 --- a/emulator/model-config_tv.xml +++ b/emulator/model-config_tv.xml @@ -53,6 +53,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.video_recording" type="bool">false</key> diff --git a/emulator/model-config_tv64.xml b/emulator/model-config_tv64.xml index 6cde874..58dc790 100644 --- a/emulator/model-config_tv64.xml +++ b/emulator/model-config_tv64.xml @@ -51,6 +51,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.video_recording" type="bool">false</key> diff --git a/emulator/model-config_wearable.xml b/emulator/model-config_wearable.xml index f20d865..adbcf68 100644 --- a/emulator/model-config_wearable.xml +++ b/emulator/model-config_wearable.xml @@ -53,6 +53,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.image_capture" type="bool">true</key> diff --git a/generic/model-config-iot.xml b/generic/model-config-iot.xml index 39bf40c..a3ee993 100644 --- a/generic/model-config-iot.xml +++ b/generic/model-config-iot.xml @@ -56,6 +56,7 @@ <key name="tizen.org/feature/location.wps" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">false</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">false</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">false</key> <key name="tizen.org/feature/maps" type="bool">false</key> <key name="tizen.org/feature/media.audio_recording" type="bool">false</key> <key name="tizen.org/feature/media.image_capture" type="bool">false</key> diff --git a/generic/model-config.xml b/generic/model-config.xml index 9bee54b..acbfe78 100644 --- a/generic/model-config.xml +++ b/generic/model-config.xml @@ -25,6 +25,7 @@ <key name="tizen.org/feature/location.wps" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">false</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">false</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">false</key> <key name="tizen.org/feature/microphone" type="bool">true</key> <key name="tizen.org/feature/multimedia.stream_recorder" type="bool">false</key> <key name="tizen.org/feature/multi_assistant" type="bool">true</key> diff --git a/rpi3/model-config.xml b/rpi3/model-config.xml index b72f037..253ca32 100644 --- a/rpi3/model-config.xml +++ b/rpi3/model-config.xml @@ -45,6 +45,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">false</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">false</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">false</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.video_recording" type="bool">false</key> diff --git a/rpi3/model-config_tv.xml b/rpi3/model-config_tv.xml index 9090524..507dc14 100644 --- a/rpi3/model-config_tv.xml +++ b/rpi3/model-config_tv.xml @@ -53,6 +53,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">false</key> <key name="tizen.org/feature/media.video_recording" type="bool">false</key> diff --git a/tm1/model-config.xml b/tm1/model-config.xml index ace0b64..c362780 100644 --- a/tm1/model-config.xml +++ b/tm1/model-config.xml @@ -52,6 +52,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">true</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.video_recording" type="bool">true</key> diff --git a/tm2/model-config.xml b/tm2/model-config.xml index 7dbbe6f..d8a9815 100644 --- a/tm2/model-config.xml +++ b/tm2/model-config.xml @@ -52,6 +52,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">true</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.video_recording" type="bool">true</key> diff --git a/tw2/model-config.xml b/tw2/model-config.xml index 684bbf7..f2e0d8f 100644 --- a/tw2/model-config.xml +++ b/tw2/model-config.xml @@ -52,6 +52,7 @@ <key name="tizen.org/feature/location.wps" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.image_capture" type="bool">false</key> diff --git a/tw3/model-config.xml b/tw3/model-config.xml index 2743f54..76868c3 100644 --- a/tw3/model-config.xml +++ b/tw3/model-config.xml @@ -52,6 +52,7 @@ <key name="tizen.org/feature/location.wps" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.image_capture" type="bool">false</key> diff --git a/xu3/model-config.xml b/xu3/model-config.xml index 10844f1..083164a 100644 --- a/xu3/model-config.xml +++ b/xu3/model-config.xml @@ -51,6 +51,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">false</key> <key name="tizen.org/feature/media.video_recording" type="bool">false</key> diff --git a/xu3/model-config_ivi.xml b/xu3/model-config_ivi.xml index cf6ce27..73f1f6d 100644 --- a/xu3/model-config_ivi.xml +++ b/xu3/model-config_ivi.xml @@ -43,6 +43,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">false</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">false</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">false</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">true</key> <key name="tizen.org/feature/media.video_recording" type="bool">false</key> diff --git a/xu3/model-config_tv.xml b/xu3/model-config_tv.xml index 620c08e..cbe3cf3 100644 --- a/xu3/model-config_tv.xml +++ b/xu3/model-config_tv.xml @@ -53,6 +53,7 @@ <key name="tizen.org/feature/location.geofence" type="bool">false</key> <key name="tizen.org/feature/machine_learning" type="bool">true</key> <key name="tizen.org/feature/machine_learning.inference" type="bool">true</key> + <key name="tizen.org/feature/machine_learning.training" type="bool">true</key> <key name="tizen.org/feature/maps" type="bool">true</key> <key name="tizen.org/feature/media.audio_recording" type="bool">false</key> <key name="tizen.org/feature/media.video_recording" type="bool">false</key> |