diff options
author | Jiung Yu <jiung.yu@samsung.com> | 2017-06-02 10:58:16 +0900 |
---|---|---|
committer | Jiung Yu <jiung.yu@samsung.com> | 2017-06-02 10:58:40 +0900 |
commit | f204a4cf153b6a95568b9dd2215e8f3cffc5f6c2 (patch) | |
tree | 8749842d5b28a04cf13ebc01fe44228ccf47769c | |
parent | ac37da5b4704ad41c07184bb3732432ed53a98d8 (diff) | |
download | model-config-tm1-f204a4cf153b6a95568b9dd2215e8f3cffc5f6c2.tar.gz model-config-tm1-f204a4cf153b6a95568b9dd2215e8f3cffc5f6c2.tar.bz2 model-config-tm1-f204a4cf153b6a95568b9dd2215e8f3cffc5f6c2.zip |
Add Application Service Platform (ASP) featuresubmit/tizen/20170607.070302accepted/tizen/unified/20170608.072322
Change-Id: I1dc22c392f3575eaac7eb5a5a73c7f71167f4569
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
-rw-r--r-- | model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model-config.xml b/model-config.xml index ea212cc..073f9d9 100644 --- a/model-config.xml +++ b/model-config.xml @@ -47,6 +47,7 @@ <key name="tizen.org/feature/multimedia.transcoder" type="bool">true</key> <key name="tizen.org/feature/multimedia.custom_audio_effect" type="bool">true</key> <key name="tizen.org/feature/multimedia.raw_video" type="bool">true</key> + <key name="tizen.org/feature/network.asp" type="bool">true</key> <key name="tizen.org/feature/network.internet" type="bool">true</key> <key name="tizen.org/feature/network.ethernet" type="bool">false</key> <key name="tizen.org/feature/network.bluetooth" type="bool">true</key> |