diff options
author | Dongchul Lim <dc7.lim@samsung.com> | 2017-04-05 10:14:45 +0900 |
---|---|---|
committer | Dongchul Lim <dc7.lim@samsung.com> | 2017-04-05 11:11:29 +0900 |
commit | a26e8f78bb062539a92f80b2491079982d466bb5 (patch) | |
tree | 0063e99490b9fa468d8abd86a5489b2633a7742c | |
parent | 207e6454737d59d3e07eb8288daeaa2034a05353 (diff) | |
download | model-config-n4-a26e8f78bb062539a92f80b2491079982d466bb5.tar.gz model-config-n4-a26e8f78bb062539a92f80b2491079982d466bb5.tar.bz2 model-config-n4-a26e8f78bb062539a92f80b2491079982d466bb5.zip |
Change tizen version and remove invalid configssubmit/tizen/20170405.021250accepted/tizen/unified/20170406.054407
Change-Id: I9906fab849ecf6d8743299365842f9f383b10555
-rw-r--r-- | model-config.xml | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/model-config.xml b/model-config.xml index 9f1f482..b53f7cf 100644 --- a/model-config.xml +++ b/model-config.xml @@ -1,32 +1,23 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> -<model-config version="3.0" model="n4"> +<model-config version="4.0" model="tm2"> <platform> - <key name="tizen.org/system/model_name" type="string">n4</key> + <key name="tizen.org/system/model_name" type="string">TM2</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/feature/platform.version" type="string">4.0</key> <key name="tizen.org/system/platform.processor" type="string">exynos4412</key> <key name="tizen.org/system/platform.communication_processor" type="string">XMM6260</key> <key name="tizen.org/system/manufacturer" type="string">Tizen</key> - <key name="tizen.org/feature/account" type="bool">true</key> - <key name="tizen.org/feature/archive" type="bool">true</key> - <key name="tizen.org/feature/badge" type="bool">true</key> <key name="tizen.org/feature/battery" type="bool">true</key> - <key name="tizen.org/feature/bookmark" type="bool">true</key> - <key name="tizen.org/feature/calendar" type="bool">true</key> <key name="tizen.org/feature/camera" type="bool">true</key> <key name="tizen.org/feature/camera.back" type="bool">true</key> <key name="tizen.org/feature/camera.back.flash" type="bool">true</key> <key name="tizen.org/feature/camera.front" type="bool">false</key> <key name="tizen.org/feature/camera.front.flash" type="bool">false</key> <key name="tizen.org/feature/consumer_ir" type="bool">true</key> - <key name="tizen.org/feature/contact" type="bool">true</key> <key name="tizen.org/feature/convergence.d2d" type="bool">true</key> <key name="tizen.org/feature/database.encryption" type="bool">false</key> - <key name="tizen.org/feature/datacontrol" type="bool">true</key> <key name="tizen.org/feature/datasync" type="bool">false</key> <key name="tizen.org/feature/download" type="bool">true</key> - <key name="tizen.org/feature/email" type="bool">true</key> - <key name="tizen.org/feature/exif" type="bool">true</key> <key name="tizen.org/feature/fmradio" type="bool">false</key> <key name="tizen.org/feature/graphics.acceleration" type="bool">true</key> <key name="tizen.org/feature/humanactivitymonitor" type="bool">false</key> @@ -40,7 +31,6 @@ <key name="tizen.org/feature/location.gps" type="bool">true</key> <key name="tizen.org/feature/location.gps.satellite" 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/maps" type="bool">true</key> <key name="tizen.org/feature/microphone" type="bool">true</key> @@ -96,7 +86,6 @@ <key name="tizen.org/feature/network.wifi.direct.display" type="bool">true</key> <key name="tizen.org/feature/network.wifi.direct.service_discovery" type="bool">false</key> <key name="tizen.org/feature/network.vpn" type="bool">true</key> - <key name="tizen.org/feature/notification" type="bool">true</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> @@ -148,7 +137,6 @@ <key name="tizen.org/feature/sensor.activity_recognition" type="bool">false</key> <key name="tizen.org/feature/sensor.barometer" type="bool">true</key> <key name="tizen.org/feature/sensor.barometer.wakeup" type="bool">false</key> - <key name="tizen.org/feature/sensor.bio" type="bool">false</key> <key name="tizen.org/feature/sensor.geomagnetic_rotation_vector" type="bool">true</key> <key name="tizen.org/feature/sensor.gesture_recognition" type="bool">false</key> <key name="tizen.org/feature/sensor.gravity" type="bool">true</key> @@ -199,7 +187,6 @@ <key name="tizen.org/feature/vulkan.version.1_0" type="bool">true</key> <key name="tizen.org/feature/web.ime" type="bool">false</key> <key name="tizen.org/feature/web.service" type="bool">false</key> - <key name="tizen.org/feature/websetting" type="bool">true</key> <key name="tizen.org/system/sound.media.volume.resolution.max" type="int">15</key> <key name="tizen.org/system/sound.notification.volume.resolution.max" type="int">15</key> <key name="tizen.org/system/sound.ringtone.volume.resolution.max" type="int">15</key> |