Init master branch with timer code
[apps/native/st-things-light.git] / tizen-manifest.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <manifest xmlns="http://tizen.org/ns/packages" api-version="5.0" package="org.example.smart-light" version="1.0.0">
3     <profile name="iot-headless"/>
4     <service-application appid="org.example.smart-light" exec="smart-light" multiple="false" nodisplay="true" on-boot="false" taskmanage="false" type="capp">
5         <label>smart-light</label>
6         <icon>icon.png</icon>
7         <metadata key="http://tizen.org/iot/metadata/master" value="shared/res/master.json"/>
8         <metadata key="http://tizen.org/iot/metadata/resource" value="shared/res/resource.json"/>
9         <background-category value="background-network"/>
10         <background-category value="iot-communication"/>
11     </service-application>
12     <privileges>
13         <privilege>http://tizen.org/privilege/peripheralio</privilege>
14     </privileges>
15 </manifest>