summaryrefslogtreecommitdiffstats
path: root/templates/service/packaging/wgt/config.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'templates/service/packaging/wgt/config.xml.in')
-rw-r--r--templates/service/packaging/wgt/config.xml.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/service/packaging/wgt/config.xml.in b/templates/service/packaging/wgt/config.xml.in
new file mode 100644
index 0000000..99c0168
--- /dev/null
+++ b/templates/service/packaging/wgt/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="htdocs/index.html" type="application/vnd.agl.html.hybrid"/>
+ <description>@PROJECT_DESCRIPTION@</description>
+ <author>Romain Forlot &lt;romain.forlot@iot.bzh&gt;</author>
+ <license>APL 2.0</license>
+</widget>
+
+