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     <Descriptions>
7         <Description Locale="eng-US"/>
8         <Description Locale="eng-GB"/>
9     </Descriptions>
10     <Url/>
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/contact.read</Privilege>
22         </Privileges>
23         <UiApp Main="True" MenuIconVisible="True" Name="Phone">
24             <UiScalability BaseScreenSize="Normal" CoordinateSystem="Logical" LogicalCoordinate="720"/>
25             <UiTheme SystemTheme="White"/>
26             <DisplayNames>
27                 <DisplayName Locale="eng-US">Phone-Ref</DisplayName>
28                 <DisplayName Locale="eng-GB">Phone-Ref</DisplayName>
29             </DisplayNames>
30             <Icons>
31                 <Icon Section="MainMenu" Type="Xhigh">mainmenu.png</Icon>
32             </Icons>
33             <AppControls>
34                 <AppControl>
35                     <Operation>http://tizen.org/appcontrol/operation/call</Operation>
36                     <Operation>http://tizen.org/appcontrol/operation/configure</Operation>
37                     <Operation>http://tizen.org/appcontrol/operation/dial</Operation>
38                     <Uri>tel</Uri>
39                 </AppControl>
40             </AppControls>
41             <LaunchConditions/>
42             <Notifications>
43                 <Notification Name="Ticker">On</Notification>
44                 <Notification Name="Sound">On</Notification>
45                 <Notification Name="Contents">Off</Notification>
46                 <Notification Name="Badge">On</Notification>
47             </Notifications>
48         </UiApp>
49     </Apps>
50 </Manifest>