diff options
author | Sangjung Woo <sangjung.woo@samsung.com> | 2019-07-30 19:14:03 +0900 |
---|---|---|
committer | Sangjung Woo <sangjung.woo@samsung.com> | 2019-07-31 11:32:24 +0900 |
commit | b3797444f7b462c2b262c2d96ba643ba811d20e1 (patch) | |
tree | 0f5bcdff34c3cf33a3d2cd8abc76a1c146ac6c3d | |
parent | fda81a65a68b5acb3a32118d4234284843cf9d88 (diff) | |
download | unified-model-config-b3797444f7b462c2b262c2d96ba643ba811d20e1.tar.gz unified-model-config-b3797444f7b462c2b262c2d96ba643ba811d20e1.tar.bz2 unified-model-config-b3797444f7b462c2b262c2d96ba643ba811d20e1.zip |
[ACR-1382] Newly add machine_learning feature
This patch newly adds machine_learning and machine_learning.inference
features. Mobile, TV, Wearable and IoT Headed are supported.
Change-Id: I160bd1daaf7820855d1e4a5529a7ec9af9bebdb1
Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
-rw-r--r-- | emulator/model-config.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_mobile.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_mobile64.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_tv.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_tv64.xml | 2 | ||||
-rw-r--r-- | emulator/model-config_wearable.xml | 2 | ||||
-rw-r--r-- | generic/model-config-iot.xml | 2 | ||||
-rw-r--r-- | generic/model-config.xml | 2 | ||||
-rw-r--r-- | rpi3/model-config.xml | 2 | ||||
-rw-r--r-- | rpi3/model-config_tv.xml | 2 | ||||
-rw-r--r-- | tm1/model-config.xml | 2 | ||||
-rw-r--r-- | tm2/model-config.xml | 2 | ||||
-rw-r--r-- | tw2/model-config.xml | 2 | ||||
-rw-r--r-- | tw3/model-config.xml | 2 | ||||
-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 |
17 files changed, 34 insertions, 0 deletions
diff --git a/emulator/model-config.xml b/emulator/model-config.xml index 10fb509..7fff2e5 100644 --- a/emulator/model-config.xml +++ b/emulator/model-config.xml @@ -30,6 +30,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 1e72352..64081a8 100644 --- a/emulator/model-config_mobile.xml +++ b/emulator/model-config_mobile.xml @@ -49,6 +49,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 42d82a9..0438980 100644 --- a/emulator/model-config_mobile64.xml +++ b/emulator/model-config_mobile64.xml @@ -49,6 +49,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 74ab4a5..c103fc8 100644 --- a/emulator/model-config_tv.xml +++ b/emulator/model-config_tv.xml @@ -50,6 +50,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 7c80800..ef5e6a5 100644 --- a/emulator/model-config_tv64.xml +++ b/emulator/model-config_tv64.xml @@ -48,6 +48,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 1efaabd..423972e 100644 --- a/emulator/model-config_wearable.xml +++ b/emulator/model-config_wearable.xml @@ -49,6 +49,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 85d8c47..791a436 100644 --- a/generic/model-config-iot.xml +++ b/generic/model-config-iot.xml @@ -47,6 +47,8 @@ <key name="tizen.org/feature/location.gps" type="bool">false</key> <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <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/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 f11ce22..179334f 100644 --- a/generic/model-config.xml +++ b/generic/model-config.xml @@ -22,6 +22,8 @@ <key name="tizen.org/feature/location" type="bool">false</key> <key name="tizen.org/feature/location.gps" type="bool">false</key> <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/microphone" type="bool">true</key> <key name="tizen.org/feature/multi_assistant" type="bool">true</key> <key name="tizen.org/feature/multi_point_touch.pinch_zoom" type="bool">true</key> diff --git a/rpi3/model-config.xml b/rpi3/model-config.xml index a2c9909..d1bdca9 100644 --- a/rpi3/model-config.xml +++ b/rpi3/model-config.xml @@ -42,6 +42,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 722789e..c5c61bd 100644 --- a/rpi3/model-config_tv.xml +++ b/rpi3/model-config_tv.xml @@ -42,6 +42,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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/tm1/model-config.xml b/tm1/model-config.xml index 48c6e6b..a1be522 100644 --- a/tm1/model-config.xml +++ b/tm1/model-config.xml @@ -49,6 +49,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">true</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 2c9b776..de08d78 100644 --- a/tm2/model-config.xml +++ b/tm2/model-config.xml @@ -49,6 +49,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">true</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 13cee99..0fda8ba 100644 --- a/tw2/model-config.xml +++ b/tw2/model-config.xml @@ -48,6 +48,8 @@ <key name="tizen.org/feature/location.gps" type="bool">true</key> <key name="tizen.org/feature/location.gps.satellite" type="bool">true</key> <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/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 3c674c3..ffe8e7e 100644 --- a/tw3/model-config.xml +++ b/tw3/model-config.xml @@ -48,6 +48,8 @@ <key name="tizen.org/feature/location.gps" type="bool">true</key> <key name="tizen.org/feature/location.gps.satellite" type="bool">true</key> <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/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 6d2e230..5b19b72 100644 --- a/xu3/model-config.xml +++ b/xu3/model-config.xml @@ -48,6 +48,8 @@ <key name="tizen.org/feature/location.gps" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 f9079db..b7e623c 100644 --- a/xu3/model-config_ivi.xml +++ b/xu3/model-config_ivi.xml @@ -40,6 +40,8 @@ <key name="tizen.org/feature/location.gps" type="bool">true</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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 ae1b041..c2a3291 100644 --- a/xu3/model-config_tv.xml +++ b/xu3/model-config_tv.xml @@ -50,6 +50,8 @@ <key name="tizen.org/feature/location.gps.satellite" type="bool">false</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> <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/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> |