Tizen 2.1 base
[sdk/ide/native-sample.git] / samples / native / partner / cpp / Sample / Tizen C++ / FaceTracker / FaceTracker / project / manifest.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <Manifest xmlns="http://schemas.tizen.org/2012/06/manifest">
3         <Id>jjdyhheij0</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>
12                 <Privilege>CAMERA</Privilege>
13                 <Privilege>SYSTEM_SERVICE</Privilege>
14                 </Privileges>
15                 <UiApp ExecutableName="$(projectName)" Default="True">
16                         <UiScalability CoordinateSystem="Logical" BaseScreenSize="Normal" LogicalCoordinate="480"></UiScalability>
17                         <UiTheme SystemTheme="White"></UiTheme>
18                         <Names>
19                                 <Name Locale="eng-GB">$(projectName)</Name>
20                         </Names>
21                         <Icons>
22                                 <Icon Section="MainMenu" Size="Type4">icon.png</Icon>
23                                 <Icon Section="LaunchImage" Size="Type4">splash.png</Icon>
24                         </Icons>
25                         <AppControls></AppControls>
26                         <LaunchConditions></LaunchConditions>
27                         <Notifications></Notifications>
28                 </UiApp>
29         </Apps>
30 </Manifest>