Add screen size feature - mandatory feature from Tizen 2.2.1 release
authorHoseon LEE <hoseon46.lee@samsung.com>
Mon, 26 Aug 2013 07:53:06 +0000 (16:53 +0900)
committerSoo-Hyun Choi <sh9.choi@samsung.com>
Mon, 26 Aug 2013 08:52:52 +0000 (17:52 +0900)
[Issue#]   N/A
[Problem]  N/A
[Cause]    Add screen size feature - mandatory feature from Tizen 2.2.1 release
[Solution] config.xml contains screen size information that can support.
            - Applications must specify the screen sizes that can support, at
              least one or more.
            - If it is not mentioned at all, the IDE shows a warning popup
              during packaging.
              i.e.,) <feature name="http://tizen.org/feature/screen.size.all"/> means that
              this application does not care of the screen size.
[SCMRequest] N/A

Change-Id: If4a2efc657aeb61c2dcfd172bad5d6e36a319890

config.xml

index 37f3e17..553cb36 100755 (executable)
@@ -3,6 +3,7 @@
 <tizen:application id="syWXgC5ZcI.DynamicBox" package="syWXgC5ZcI" required_version="2.2"/>
 <icon src="icon.png"/>
 <name>DynamicBox</name>
+<feature name="http://tizen.org/feature/screen.size.all"/>
     <tizen:app-widget id="syWXgC5ZcI.DynamicBox.default" primary="true">
         <tizen:box-label>Web dynamicbox</tizen:box-label>
         <tizen:box-icon src="icon.png"/>