add screen size feature in manifest file
authorwoo <s-w.woo@samsung.com>
Mon, 3 Jun 2013 11:23:25 +0000 (20:23 +0900)
committerwoo <s-w.woo@samsung.com>
Mon, 3 Jun 2013 11:23:25 +0000 (20:23 +0900)
Change-Id: I580b1a8afe8945dab811ab7223562f54aa0f923c
Signed-off-by: woo <s-w.woo@samsung.com>
project/manifest.xml

index 7106a86..3a6e4d7 100644 (file)
@@ -3,6 +3,9 @@
     <Id>$(manifestAppId)</Id>
     <Version>2.0.0</Version>
     <Type>C++App</Type>
+    <Requirements>
+        <Feature Name="http://tizen.org/feature/screen.size.normal">true</Feature>
+    </Requirements>
     <Author/>
     <Apps>
         <ApiVersion>2.1</ApiVersion>