aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder/packaging/wgt/config.xml.in
blob: 5965904d4d1f39b063204b637eee521c13046f38 (plain)
1
2
3
4
5
6
7
8
9
10
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>This is a demo application used with low-can binding.</description>
  <author>Romain Forlot &lt;romain.forlot@iot.bzh&gt;</author>
  <license>APL 2.0</license>
</widget>