Tizen 2.0 Release
[apps/osp/Phone.git] / manifest.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <Manifest xmlns="http://schemas.tizen.org/2012/12/manifest">
3     <Id>zktdpemtmw</Id>
4     <Version>1.0.0</Version>
5     <Type>C++App</Type>
6     <Author/>
7     <Descriptions>
8         <Description Locale="eng-US"/>
9         <Description Locale="eng-GB"/>
10     </Descriptions>
11     <Requirements>
12         <Feature Name="http://tizen.org/feature/platform.core.cpu.arch.x86">true</Feature>
13         <Feature Name="http://tizen.org/feature/platform.core.fpu.arch.vfpv3">true</Feature>
14     </Requirements>
15     <Apps>
16         <ApiVersion>2.0</ApiVersion>
17         <Privileges>
18             <Privilege>http://tizen.org/privilege/application.launch</Privilege>
19             <Privilege>http://tizen.org/privilege/setting</Privilege>
20             <Privilege>http://tizen.org/privilege/messaging.sms</Privilege>
21             <Privilege>http://tizen.org/privilege/vibrator</Privilege>
22             <Privilege>http://tizen.org/privilege/contact.read</Privilege>
23         </Privileges>
24         <UiApp Main="True" MenuIconVisible="True" Name="Phone">
25             <UiScalability BaseScreenSize="Normal" CoordinateSystem="Logical" LogicalCoordinate="720"/>
26             <UiTheme SystemTheme="White"/>
27             <DisplayNames>
28                 <DisplayName Locale="eng-US">Phone-Ref</DisplayName>
29                 <DisplayName Locale="eng-GB">Phone-Ref</DisplayName>
30             </DisplayNames>
31             <Icons>
32                 <Icon Section="MainMenu" Type="Xhigh">mainmenu.png</Icon>
33             </Icons>
34             <AppControls>
35                 <AppControl>
36                     <Operation>http://tizen.org/appcontrol/operation/call</Operation>
37                     <Operation>http://tizen.org/appcontrol/operation/configure</Operation>
38                     <Operation>http://tizen.org/appcontrol/operation/dial</Operation>
39                     <Uri>tel</Uri>
40                 </AppControl>
41             </AppControls>
42             <LaunchConditions/>
43             <Notifications>
44                 <Notification Name="Ticker">On</Notification>
45                 <Notification Name="Sound">On</Notification>
46                 <Notification Name="Contents">Off</Notification>
47                 <Notification Name="Badge">On</Notification>
48             </Notifications>
49         </UiApp>
50     </Apps>
51 </Manifest>