[VPN] Add feature for vpn service 22/62422/2 accepted/tizen/ivi/20160316.081623 accepted/tizen/mobile/20160316.081526 accepted/tizen/tv/20160316.081547 accepted/tizen/wearable/20160316.081605 submit/tizen/20160316.052148 submit/tizen/20160316.055709
authorSeonah Moon <seonah1.moon@samsung.com>
Wed, 16 Mar 2016 04:44:27 +0000 (13:44 +0900)
committerDongchul Lim <dc7.lim@samsung.com>
Wed, 16 Mar 2016 05:17:50 +0000 (22:17 -0700)
Change-Id: Iabbe4b2437916dca5f55f36c73b2815cb0dfc46a
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
model-config.xml
model-config_mobile.xml
model-config_tv.xml
model-config_wearable.xml

index 16d2ff2..eb2d9cd 100644 (file)
@@ -59,6 +59,7 @@
                <key name="tizen.org/feature/network.tethering.bluetooth" type="bool">false</key>
                <key name="tizen.org/feature/network.tethering.usb" type="bool">false</key>
                <key name="tizen.org/feature/network.tethering.wifi" type="bool">false</key>
+               <key name="tizen.org/feature/network.vpn" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi.direct" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi.direct.display" type="bool">false</key>
index 39c616b..2803332 100644 (file)
@@ -73,6 +73,7 @@
                <key name="tizen.org/feature/network.tethering.bluetooth" type="bool">false</key>
                <key name="tizen.org/feature/network.tethering.usb" type="bool">false</key>
                <key name="tizen.org/feature/network.tethering.wifi" type="bool">false</key>
+               <key name="tizen.org/feature/network.vpn" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi.direct" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi.direct.display" type="bool">false</key>
index 6ab584a..b324480 100644 (file)
@@ -71,6 +71,7 @@
                <key name="tizen.org/feature/network.tethering.bluetooth" type="bool">false</key>
                <key name="tizen.org/feature/network.tethering.usb" type="bool">false</key>
                <key name="tizen.org/feature/network.tethering.wifi" type="bool">false</key>
+               <key name="tizen.org/feature/network.vpn" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi.direct" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi.direct.display" type="bool">false</key>
index 785260c..07617e1 100644 (file)
@@ -77,6 +77,7 @@
                <key name="tizen.org/feature/network.tethering.bluetooth" type="bool">false</key>
                <key name="tizen.org/feature/network.tethering.usb" type="bool">false</key>
                <key name="tizen.org/feature/network.tethering.wifi" type="bool">false</key>
+               <key name="tizen.org/feature/network.vpn" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi.direct" type="bool">false</key>
                <key name="tizen.org/feature/network.wifi.direct.display" type="bool">false</key>