apply sample directory usage
authorSeungwanWoo <s-w.woo@samsung.com>
Fri, 11 Jan 2013 01:04:35 +0000 (10:04 +0900)
committerSeungwanWoo <s-w.woo@samsung.com>
Fri, 11 Jan 2013 01:09:59 +0000 (10:09 +0900)
Change-Id: I54c00870f11f4a7fb84ab30c94785d15b8b5ad1f
Signed-off-by: SeungwanWoo <s-w.woo@samsung.com>
project/data/nofile.dummy [new file with mode: 0644]
project/manifest.xml
project/shared/res/screen-density-xhigh/mainmenu.png [changed mode: 0644->0755]

diff --git a/project/data/nofile.dummy b/project/data/nofile.dummy
new file mode 100644 (file)
index 0000000..e69de29
index e0acc2e..7106a86 100644 (file)
@@ -1,16 +1,9 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
     <Id>$(manifestAppId)</Id>
-    <Version>1.0.0</Version>
+    <Version>2.0.0</Version>
     <Type>C++App</Type>
     <Author/>
-    <Descriptions>
-        <Description Locale="eng-GB"/>
-    </Descriptions>
-    <Requirements>
-        <Feature Name="http://tizen.org/feature/platform.core.cpu.arch">x86</Feature>
-        <Feature Name="http://tizen.org/feature/platform.core.fpu.arch">vfpv3</Feature>
-    </Requirements>
     <Apps>
         <ApiVersion>2.1</ApiVersion>
         <Privileges/>
@@ -23,9 +16,6 @@
             <Icons>
                 <Icon Section="MainMenu" Type="Xhigh">mainmenu.png</Icon>
             </Icons>
-            <LaunchConditions/>
-            <Notifications/>
         </UiApp>
     </Apps>
 </Manifest>
-
old mode 100644 (file)
new mode 100755 (executable)
index b0979b1..983c883
Binary files a/project/shared/res/screen-density-xhigh/mainmenu.png and b/project/shared/res/screen-density-xhigh/mainmenu.png differ