Tizen 2.1 base
[sdk/ide/native-sample.git] / samples / native / partner / cpp / Sample / Tizen C++ / FriendFinder / FriendFinder / 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>8hd6op6ul7</Id>
4         <Version>2.0.0</Version>
5         <Type>C++App</Type>
6     <Vendors/>
7     <Descriptions/>
8     <Url/>
9     <DeviceProfile/>
10     <Apps>
11                 <Secret>9277222519B451E9FC9689F3A2790CC8</Secret>
12                 <ApiVersion>3.0</ApiVersion>
13                 <Privileges>
14                         <Privilege>BLUETOOTH</Privilege>
15                 </Privileges>
16         <UiApp Default="True" ExecutableName="$(projectName)" MainmenuVisible="True" >
17                         <Names>
18                                 <Name Locale="eng-GB">$(projectName)</Name>
19                         </Names>
20                         <UiScalability CoordinateSystem="Logical" BaseScreenSize="Normal" LogicalCoordinate="480" /> 
21                         <UiTheme SystemTheme="White"/>
22             <Icons>
23                 <Icon Section="MainMenu" Size="Type3">FriendFinder_type3.png</Icon>
24                 <Icon Section="MainMenu" Size="Type4">FriendFinder_type4.png</Icon>
25                 <Icon Section="MainMenu" Size="Type5">FriendFinder_type3.png</Icon>
26                 <Icon Section="LaunchImage" Size="Type3">Splash_type3.png</Icon>
27                 <Icon Section="LaunchImage" Size="Type4">Splash_type4.png</Icon>
28                 <Icon Section="LaunchImage" Size="Type5">Splash_type3.png</Icon>
29             </Icons>
30             <LaunchConditions/>
31             <Notifications/>
32         </UiApp>
33     </Apps>
34 </Manifest>