summaryrefslogtreecommitdiffstats
path: root/template/packaging/wgt
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-05-02 19:47:36 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2018-10-15 18:21:42 +0200
commitb067c5854c76a96b949ff0c092f74649fbda44fc (patch)
tree3330910c57aaba13de322e6257739669c2174872 /template/packaging/wgt
parent44109a1ad1d92b0da2c88782217bbb8a1d1ff4aa (diff)
Initial commit
Change-Id: I536251add63ef100b42a67e39a02fef117f2b414 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'template/packaging/wgt')
-rw-r--r--template/packaging/wgt/config.xml.in11
-rw-r--r--template/packaging/wgt/etc/can_buses.json3
-rw-r--r--template/packaging/wgt/icon.png.inbin0 -> 4035 bytes
3 files changed, 14 insertions, 0 deletions
diff --git a/template/packaging/wgt/config.xml.in b/template/packaging/wgt/config.xml.in
new file mode 100644
index 0000000..99c0168
--- /dev/null
+++ b/template/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>
+
+
diff --git a/template/packaging/wgt/etc/can_buses.json b/template/packaging/wgt/etc/can_buses.json
new file mode 100644
index 0000000..c4292df
--- /dev/null
+++ b/template/packaging/wgt/etc/can_buses.json
@@ -0,0 +1,3 @@
+{
+ "canbus": "can0"
+}
diff --git a/template/packaging/wgt/icon.png.in b/template/packaging/wgt/icon.png.in
new file mode 100644
index 0000000..9bd6a6e
--- /dev/null
+++ b/template/packaging/wgt/icon.png.in
Binary files differ