fix prevent bug
[framework/osp/appwidget-service.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>gi2qxenosh</Id>
4     <Version>1.0.0</Version>
5     <Type>C++App</Type>
6     <Author/>
7     <Descriptions>
8         <Description Locale="eng-GB"/>
9     </Descriptions>
10     <Requirements>
11         <Feature Name="http://tizen.org/feature/platform.core.cpu.arch">x86</Feature>
12         <Feature Name="http://tizen.org/feature/platform.core.fpu.arch">vfpv3</Feature>
13         <Feature Name="http://tizen.org/feature/screen.coordinate_system.logical">Normal</Feature>
14     </Requirements>
15     <Apps>
16         <ApiVersion>2.1</ApiVersion>
17         <Privileges>
18             <Privilege>http://tizen.org/privilege/application.launch</Privilege>
19             <Privilege>http://tizen.org/privilege/appmanager.launch</Privilege>
20             <Privilege>http://tizen.org/privilege/application.kill</Privilege>
21         </Privileges>
22         <ServiceApp Name="osp-appwidget-service" Main="True">
23             <DisplayNames>
24                 <DisplayName Locale="eng-GB">Tizen Appwidget Service</DisplayName>
25             </DisplayNames>
26             <Icons/>
27             <DataControls/>
28             <LaunchConditions/>
29             <Notifications/>
30         </ServiceApp>
31     </Apps>
32 </Manifest>