diff options
author | BoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local> | 2019-09-21 11:24:25 +0900 |
---|---|---|
committer | BoYeoN SoN <boyeonson@BoYeoNs-MacBook-Air.local> | 2019-09-21 11:54:20 +0900 |
commit | 08ebb1c62757a4d4e7447c0394b68ecce5eedf08 (patch) | |
tree | ea8cfe1dda4553e413e2e76544740c5634aada1d /tizen-manifest.xml | |
parent | 877843a400f3bca9d62709d18bcf54b866f1e9e8 (diff) | |
download | st-things-light-master.tar.gz st-things-light-master.tar.bz2 st-things-light-master.zip |
Change-Id: I933880fde7fd667f43876d45bc905743eafdb773
Diffstat (limited to 'tizen-manifest.xml')
-rw-r--r-- | tizen-manifest.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tizen-manifest.xml b/tizen-manifest.xml new file mode 100644 index 0000000..ffb309a --- /dev/null +++ b/tizen-manifest.xml @@ -0,0 +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.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/peripheralio</privilege> + </privileges> +</manifest> |