Cleaning CMAke
[apps/low-level-can-service.git] / low-can-binding / packaging / wgt / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@">
3   <name>@PROJECT_NAME@</name>
4   <icon src="icon.png"/>
5   <content src="libs" type="application/vnd.agl.service"/>
6   <description>This is a demo application used to control and dialog with HVAC system</description>
7   <author>Romain Forlot &lt;romain.forlot@iot.bzh&gt;</author>
8   <license>APL 2.0</license>
9 </widget>
10
11