diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-20 15:46:33 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-01-30 13:34:57 +0000 |
commit | a0148012377f63d875dcc7c4ac9a83b2ff8f98ef (patch) | |
tree | 0ed68627cb41419c5627ea9278dae21cca253df4 /config.xml.in | |
parent | 22c952aeff99fa184d1108e0736b1833e4cc7239 (diff) |
Added needed files to easy compilation and output
widget file to install on target.
TODO: Add unit service file to start using systemd
Change-Id: I347255fd54f48d01bf762db8b5a207fa5fa5cf7a
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'config.xml.in')
-rw-r--r-- | config.xml.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.xml.in b/config.xml.in new file mode 100644 index 00000000..33a8ff85 --- /dev/null +++ b/config.xml.in @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@"> + <name>@PROJECT_NAME@</name> + <icon src="icon.png"/> + <content src="@PROJECT_NAME@" type="application/vnd.agl.service"/> + <description>This is a demo application used to control and dialog with HVAC system</description> + <author>Romain Forlot <romain.forlot@iot.bzh></author> + <license>APL 2.0</license> +</widget> + + |