diff options
author | Youngjae Shin <yj99.shin@samsung.com> | 2017-05-17 07:12:45 +0000 |
---|---|---|
committer | Youngjae Shin <yj99.shin@samsung.com> | 2017-05-17 16:24:18 +0900 |
commit | d0a0d4e8f4c2eda44f4dc543b06127b83a1974dd (patch) | |
tree | fbd9328fbf33166e65d3f1c23d65ee168ea3573f | |
parent | 6caf0fb5961b1c17496254f924934502eed32d1b (diff) | |
download | model-config-n4-d0a0d4e8f4c2eda44f4dc543b06127b83a1974dd.tar.gz model-config-n4-d0a0d4e8f4c2eda44f4dc543b06127b83a1974dd.tar.bz2 model-config-n4-d0a0d4e8f4c2eda44f4dc543b06127b83a1974dd.zip |
Revert "Change tizen version and remove invalid configs"tizen_4.0.m1_releasesubmit/tizen/20170517.075437accepted/tizen/unified/20170517.125733
This reverts commit a26e8f78bb062539a92f80b2491079982d466bb5.
Change-Id: I641d9d0124bfc80604c0aedb15bce232b6f72486
-rw-r--r-- | model-config.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/model-config.xml b/model-config.xml index 9bff1ff..15b32e8 100644 --- a/model-config.xml +++ b/model-config.xml @@ -7,17 +7,25 @@ <key name="tizen.org/system/platform.processor" type="string">exynos5433</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/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> @@ -89,6 +97,7 @@ <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> @@ -190,6 +199,7 @@ <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> |