summaryrefslogtreecommitdiffstats
path: root/config.xml.in
blob: 33a8ff85414f4aea22278b41daa88c79ca93f913 (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="@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 &lt;romain.forlot@iot.bzh&gt;</author>
  <license>APL 2.0</license>
</widget>