Init master branch with timer code
[apps/native/st-things-light.git] / tizen-manifest.xml
index 9ad18e4..ffb309a 100644 (file)
@@ -1,21 +1,15 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<manifest xmlns="http://tizen.org/ns/packages" api-version="5.0" package="org.example.motion" version="1.0.0">
-    <profile name="iot-headed"/>
-    <service-application appid="org.example.motion" exec="motion" multiple="false" nodisplay="true" on-boot="false" taskmanage="false" type="capp">
-        <label>motion</label>
-        <icon>motion.png</icon>
+<manifest xmlns="http://tizen.org/ns/packages" api-version="5.0" package="org.example.smart-light" version="1.0.0">
+    <profile name="iot-headless"/>
+    <service-application appid="org.example.smart-light" exec="smart-light" multiple="false" nodisplay="true" on-boot="false" taskmanage="false" type="capp">
+        <label>smart-light</label>
+        <icon>icon.png</icon>
         <metadata key="http://tizen.org/iot/metadata/master" value="shared/res/master.json"/>
         <metadata key="http://tizen.org/iot/metadata/resource" value="shared/res/resource.json"/>
         <background-category value="background-network"/>
         <background-category value="iot-communication"/>
     </service-application>
     <privileges>
-        <privilege>http://tizen.org/privilege/appmanager.launch</privilege>
-        <privilege>http://tizen.org/privilege/softap</privilege>
-        <privilege>http://tizen.org/privilege/internet</privilege>
-        <privilege>http://tizen.org/privilege/datasharing</privilege>
         <privilege>http://tizen.org/privilege/peripheralio</privilege>
-        <appdefined-privilege>http://com.samsung.tizen.smartthings-thing/appdefined/smartthings-thing.resource</appdefined-privilege>
-        <appdefined-privilege>http://com.samsung.tizen.smartthings-thing/appdefined/smartthings-thing.master</appdefined-privilege>
     </privileges>
 </manifest>