Tizen 2.1 base
[sdk/ide/native-sample.git] / samples / native / partner / cpp / Sample / Tizen C++ / AppSetting / AppSetting / project / manifest.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Manifest xmlns="http://schemas.tizen.org/2012/06/manifest">
3         <Id>ncbyusjryr</Id>
4         <Version>1.0.0</Version>
5         <Type>C++App</Type>
6         <Vendors></Vendors>
7         <Descriptions></Descriptions>
8         <Url></Url>
9         <Apps>
10                 <ApiVersion>3.0</ApiVersion>
11                 <Privileges></Privileges>
12                 <UiApp ExecutableName="AppSetting" Default="True">
13                         <UiScalability CoordinateSystem="Logical" BaseScreenSize="Normal" LogicalCoordinate="720"></UiScalability>
14                         <UiTheme SystemTheme="White"></UiTheme>
15                         <Names>
16                                 <Name Locale="eng-GB">$(projectName)</Name>
17                         </Names>
18                         <Icons>
19                                 <Icon Section="MainMenu" Size="Type4">icon.png</Icon>
20                                 <Icon Section="LaunchImage" Size="Type4">splash.png</Icon>
21                         </Icons>
22                         <AppControls></AppControls>
23                         <LaunchConditions></LaunchConditions>
24                         <Notifications></Notifications>
25                 </UiApp>
26         </Apps>
27 </Manifest>