sync with master
[apps/native/sample/BasicApp.git] / project / manifest.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
3     <Id>$(manifestAppId)</Id>
4     <Version>2.0.0</Version>
5     <Type>C++App</Type>
6     <Author/>
7     <Apps>
8         <ApiVersion>2.1</ApiVersion>
9         <Privileges/>
10         <UiApp Main="True" MenuIconVisible="True" Name="$(projectName)">
11             <UiScalability BaseScreenSize="Normal" CoordinateSystem="Logical" LogicalCoordinate="720"/>
12             <UiTheme SystemTheme="White"/>
13             <DisplayNames>
14                 <DisplayName Locale="eng-GB">$(projectName)</DisplayName>
15             </DisplayNames>
16             <Icons>
17                 <Icon Section="MainMenu" Type="Xhigh">mainmenu.png</Icon>
18             </Icons>
19         </UiApp>
20     </Apps>
21 </Manifest>