diff options
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> |