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)
commita3d655e161478d58bc429fb3770aef4e64ad2bb1
tree939dda7272f2f75e52d7662a47b6ed0a7b21565b
parentd6dd2204edbc7b4d49ccdce5e223b8791796182a
Add screen size feature - mandatory feature from Tizen 2.2.1 release

[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