summaryrefslogtreecommitdiff
path: root/tizen-manifest.xml
diff options
context:
space:
mode:
authorboyeon-son <bson1012@gmail.com>2018-09-10 12:15:48 +0900
committerboyeon-son <bson1012@gmail.com>2018-09-10 12:15:48 +0900
commit069c8fa8e1d9bb7af6ceeed1f2f1c667ace75b22 (patch)
tree096597fd9e579d116a7f20b2500c87968843be45 /tizen-manifest.xml
parent6d3a92feab8113df67520283a45954e8eef3c17e (diff)
downloadst-things-light-069c8fa8e1d9bb7af6ceeed1f2f1c667ace75b22.tar.gz
st-things-light-069c8fa8e1d9bb7af6ceeed1f2f1c667ace75b22.tar.bz2
st-things-light-069c8fa8e1d9bb7af6ceeed1f2f1c667ace75b22.zip
Initialize Smart Things Light project
Diffstat (limited to 'tizen-manifest.xml')
-rwxr-xr-xtizen-manifest.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/tizen-manifest.xml b/tizen-manifest.xml
new file mode 100755
index 0000000..1439455
--- /dev/null
+++ b/tizen-manifest.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<manifest xmlns="http://tizen.org/ns/packages" api-version="4.0" package="org.tizen.motionlightst" version="1.0.0">
+ <profile name="iot-headless"/>
+ <service-application appid="org.tizen.motionlightst" auto-restart="false" exec="motionlightst" multiple="false" nodisplay="true" on-boot="false" taskmanage="false" type="capp">
+ <label>motionlightst</label>
+ <icon>motion-light-smartthings.png</icon>
+ <background-category value="background-network"/>
+ </service-application>
+ <privileges>
+ <privilege>http://tizen.org/privilege/network.get</privilege>
+ <privilege>http://tizen.org/privilege/network.set</privilege>
+ <privilege>http://tizen.org/privilege/internet</privilege>
+ <privilege>http://tizen.org/privilege/alarm.set</privilege>
+ <privilege>http://tizen.org/privilege/network.profile</privilege>
+ <privilege>http://tizen.org/privilege/peripheralio</privilege>
+ </privileges>
+</manifest>