diff options
author | Inhong Han <inhong1.han@samsung.com> | 2019-02-15 11:00:42 +0900 |
---|---|---|
committer | Inhong Han <inhong1.han@samsung.com> | 2019-02-15 11:01:47 +0900 |
commit | f44e94bfb8ffa9c6179baf4bf8fcefdc078cadfb (patch) | |
tree | f437b5954fbec30e85632f47714eec25d159876b /xu3 | |
parent | b270d6ab7c7a49c030dd24dabaca0cfa304a8e93 (diff) | |
download | unified-model-config-f44e94bfb8ffa9c6179baf4bf8fcefdc078cadfb.tar.gz unified-model-config-f44e94bfb8ffa9c6179baf4bf8fcefdc078cadfb.tar.bz2 unified-model-config-f44e94bfb8ffa9c6179baf4bf8fcefdc078cadfb.zip |
Remove wrong parametersubmit/tizen/20190218.061833accepted/tizen/unified/20190218.064135
Change-Id: I184faa35b55aecbff5786265880ec2bc597b838c
Diffstat (limited to 'xu3')
-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 |
3 files changed, 3 insertions, 3 deletions
diff --git a/xu3/model-config.xml b/xu3/model-config.xml index a46b158..0128994 100644 --- a/xu3/model-config.xml +++ b/xu3/model-config.xml @@ -117,7 +117,7 @@ <key name="tizen.org/feature/network.wifi.tdls" type="bool">false</key> <key name="tizen.org/feature/network.traffic_control" type="bool">true</key> <key name="tizen.org/feature/network.inm" type="bool">true</key> - <key name="tizen.org/feature/nlp" type="bool" capi="off" webapi="off" csapi="on">false</key> + <key name="tizen.org/feature/nlp" type="bool">false</key> <key name="tizen.org/feature/notification" type="bool">false</key> <key name="tizen.org/feature/opengles" type="bool">true</key> <key name="tizen.org/feature/opengles.texture_format.3dc" type="bool">false</key> diff --git a/xu3/model-config_ivi.xml b/xu3/model-config_ivi.xml index e09026a..8e0dca7 100644 --- a/xu3/model-config_ivi.xml +++ b/xu3/model-config_ivi.xml @@ -105,7 +105,7 @@ <key name="tizen.org/feature/network.wifi.tdls" type="bool">false</key> <key name="tizen.org/feature/network.traffic_control" type="bool">true</key> <key name="tizen.org/feature/network.inm" type="bool">true</key> - <key name="tizen.org/feature/nlp" type="bool" capi="off" webapi="off" csapi="on">false</key> + <key name="tizen.org/feature/nlp" type="bool">false</key> <key name="tizen.org/feature/opengles" type="bool">true</key> <key name="tizen.org/feature/opengles.texture_format.3dc" type="bool">false</key> <key name="tizen.org/feature/opengles.texture_format.atc" type="bool">false</key> diff --git a/xu3/model-config_tv.xml b/xu3/model-config_tv.xml index cd4cb51..143ea80 100644 --- a/xu3/model-config_tv.xml +++ b/xu3/model-config_tv.xml @@ -118,7 +118,7 @@ <key name="tizen.org/feature/network.wifi.tdls" type="bool">false</key> <key name="tizen.org/feature/network.traffic_control" type="bool">true</key> <key name="tizen.org/feature/network.inm" type="bool">true</key> - <key name="tizen.org/feature/nlp" type="bool" capi="off" webapi="off" csapi="on">false</key> + <key name="tizen.org/feature/nlp" type="bool">false</key> <key name="tizen.org/feature/notification" type="bool">false</key> <key name="tizen.org/feature/oauth2" type="bool">false</key> <key name="tizen.org/feature/opengles" type="bool">true</key> |