Migrate from 2.4 code repo
[platform/core/context/context-service.git] / packaging / context-service.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <manifest xmlns="http://tizen.org/ns/packages"
3         package="context-service"
4         version="0.0.0"
5         install-location="internal-only"
6         type="rpm">
7         <label>Context Service</label>
8         <description>Context Service</description>
9         <service-application appid="context-service"
10                 exec="/usr/bin/contextd"
11                 type="capp"
12                 multiple="false"
13                 taskmanage="false"
14                 nodisplay="true"
15                 mainapp="true">
16                 <label>Context Service</label>
17         </service-application>
18         <privileges>
19                 <privilege>http://tizen.org/privilege/location</privilege>
20         </privileges>
21 </manifest>