diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2017-05-24 16:26:15 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2017-05-24 16:26:30 +0900 |
commit | de4445f2311d7d10bd2369065e2b5bbc3cb74370 (patch) | |
tree | 153ebbbdeae7dc3cde3518276286df4d6e69cdee | |
parent | d0a0d4e8f4c2eda44f4dc543b06127b83a1974dd (diff) | |
download | model-config-n4-de4445f2311d7d10bd2369065e2b5bbc3cb74370.tar.gz model-config-n4-de4445f2311d7d10bd2369065e2b5bbc3cb74370.tar.bz2 model-config-n4-de4445f2311d7d10bd2369065e2b5bbc3cb74370.zip |
[ACR-967] Add new feature for wifi-direct tetheringsubmit/tizen/20170607.065948accepted/tizen/unified/20170608.072329
Change-Id: I81b89e18407763c8e690d3c06816632db981a4e1
Signed-off-by: Seonah Moon <seonah1.moon@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 15b32e8..c47838d 100644 --- a/model-config.xml +++ b/model-config.xml @@ -90,6 +90,7 @@ <key name="tizen.org/feature/network.tethering.bluetooth" type="bool">true</key> <key name="tizen.org/feature/network.tethering.usb" type="bool">true</key> <key name="tizen.org/feature/network.tethering.wifi" type="bool">false</key> + <key name="tizen.org/feature/network/tethering.wifi.direct" type="bool">false</key> <key name="tizen.org/feature/network.vpn" type="bool">true</key> <key name="tizen.org/feature/network.wifi" type="bool">true</key> <key name="tizen.org/feature/network.wifi.tdls" type="bool">false</key> |