Tizen 2.1 base
[sdk/ide/native-sample.git] / samples / native / partner / cpp / Sample / Tizen C++ / PushClient / PushClient / project / manifest.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <Manifest xmlns="http://schemas.tizen.org/2012/06/manifest">
3         <Id>208dv19d5n</Id>
4         <Version>2.0.0</Version>
5         <Type>C++App</Type>
6     <Vendors/>
7     <Descriptions/>
8     <Url/>
9     <DeviceProfile/>
10     <Apps>
11                 <Secret>24D9D8696E33BF53AFC28FCAD4AE6508</Secret>
12                 <ApiVersion>2.0</ApiVersion>
13                 <Privileges>
14                         <Privilege>NOTIFICATION</Privilege>
15                         <Privilege>PUSH_MESSAGING</Privilege>
16                 </Privileges>
17         <UiApp Default="True" ExecutableName="$(projectName)" MainmenuVisible="True" >
18                         <Names>
19                                 <Name Locale="eng-GB">$(projectName)</Name>
20                         </Names>
21                         <UiScalability CoordinateSystem="Logical" BaseScreenSize="Normal" LogicalCoordinate="480" /> 
22                         <UiTheme SystemTheme="White"/>
23             <Icons>
24                 <Icon Section="MainMenu" Size="Type3">PushClient_type3.png</Icon>
25                 <Icon Section="MainMenu" Size="Type4">PushClient_type4.png</Icon>
26                 <Icon Section="MainMenu" Size="Type5">PushClient_type3.png</Icon>
27                 <Icon Section="Setting" Size="Type3">PushClient_type3.png</Icon>
28                 <Icon Section="Setting" Size="Type4">PushClient_type4.png</Icon>
29                 <Icon Section="Setting" Size="Type5">PushClient_type3.png</Icon>
30                 <Icon Section="Ticker" Size="Type3">PushClient_type3.png</Icon>
31                 <Icon Section="Ticker" Size="Type4">PushClient_type4.png</Icon>
32                 <Icon Section="Ticker" Size="Type5">PushClient_type3.png</Icon>
33                 <Icon Section="QuickPanel" Size="Type3">PushClient_type3.png</Icon>
34                 <Icon Section="QuickPanel" Size="Type4">PushClient_type4.png</Icon>
35                 <Icon Section="QuickPanel" Size="Type5">PushClient_type3.png</Icon>
36                 <Icon Section="LaunchImage" Size="Type3">Splash_type3.png</Icon>
37                 <Icon Section="LaunchImage" Size="Type4">Splash_type4.png</Icon>
38                 <Icon Section="LaunchImage" Size="Type5">Splash_type3.png</Icon>
39             </Icons>
40             <LaunchConditions/>
41             <Notifications>
42                 <Notification Name="Ticker">On</Notification>
43                 <Notification Name="Sound">On</Notification>
44                 <Notification Name="Contents">Off</Notification>
45                 <Notification Name="Badge">On</Notification>
46             </Notifications>
47         </UiApp>
48     </Apps>
49 </Manifest>