diff options
author | Jinhee Choi <jh106.choi@samsung.com> | 2015-07-08 10:26:20 +0900 |
---|---|---|
committer | Jinhee Choi <jh106.choi@samsung.com> | 2015-07-08 10:26:20 +0900 |
commit | edbf8bc1d586c6c88fe58b54a130aec29414f988 (patch) | |
tree | 2ff0413b8120720939a2b4a42f379b5b9c0212e0 | |
parent | 6a5924c6adddc10f8a599cabb26f88745537adf2 (diff) | |
download | model-config-n4-edbf8bc1d586c6c88fe58b54a130aec29414f988.tar.gz model-config-n4-edbf8bc1d586c6c88fe58b54a130aec29414f988.tar.bz2 model-config-n4-edbf8bc1d586c6c88fe58b54a130aec29414f988.zip |
WiFi Direct feature is disabled temporarilysubmit/tizen_mobile/20150708.012908accepted/tizen/mobile/20150708.020049
-rw-r--r-- | model-config.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/model-config.xml b/model-config.xml index c961ff3..1cc4bc1 100644 --- a/model-config.xml +++ b/model-config.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <model-config version="3.0" model="n4"> <platform> - <key name="tizen.org/system/model_name" type="string">m0</key> + <key name="tizen.org/system/model_name" type="string">n4</key> <key name="tizen.org/system/platform.name" type="string">Tizen</key> <key name="tizen.org/feature/platform.version" type="string">3.0</key> <key name="tizen.org/system/platform.processor" type="string">exynos4412</key> @@ -35,6 +35,8 @@ <key name="tizen.org/feature/location.batch" type="bool">false</key> <key name="tizen.org/feature/location.gps" type="bool">true</key> <key name="tizen.org/feature/location.wps" type="bool">false</key> + <key name="tizen.org/feature/location.companion" type="bool">false</key> + <key name="tizen.org/feature/location.geofence" type="bool">true</key> <key name="tizen.org/feature/microphone" type="bool">true</key> <key name="tizen.org/feature/multi_point_touch.pinch_zoom" type="bool">true</key> <key name="tizen.org/feature/multi_point_touch.point_count" type="int">10</key> @@ -74,7 +76,7 @@ <key name="tizen.org/feature/network.tethering.usb" type="bool">true</key> <key name="tizen.org/feature/network.tethering.wifi" type="bool">true</key> <key name="tizen.org/feature/network.wifi" type="bool">true</key> - <key name="tizen.org/feature/network.wifi.direct" type="bool">true</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> <key name="tizen.org/feature/network.wifi.direct.service_discovery" type="bool">false</key> <key name="tizen.org/feature/notification" type="bool">true</key> |