diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2019-07-31 02:37:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.ap-northeast-2.compute.internal> | 2019-07-31 02:37:16 +0000 |
commit | bb10c5178bb85961261f43b319a12dae05a998f7 (patch) | |
tree | 2db9aad38b969d5332e8116634a412d1c7d027bd /tm1 | |
parent | d1a0f72f5ab74e036f1a3ba3e4a1dde20a016e41 (diff) | |
parent | b3797444f7b462c2b262c2d96ba643ba811d20e1 (diff) | |
download | unified-model-config-bb10c5178bb85961261f43b319a12dae05a998f7.tar.gz unified-model-config-bb10c5178bb85961261f43b319a12dae05a998f7.tar.bz2 unified-model-config-bb10c5178bb85961261f43b319a12dae05a998f7.zip |
Merge "[ACR-1382] Newly add machine_learning feature" into tizensubmit/tizen/20190731.023856accepted/tizen/unified/20190731.215831
Diffstat (limited to 'tm1')
-rw-r--r-- | tm1/model-config.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tm1/model-config.xml b/tm1/model-config.xml index 2248637..216b638 100644 --- a/tm1/model-config.xml +++ b/tm1/model-config.xml @@ -50,6 +50,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> |