blob: 6ca09f153b3537f66466344831705d00faabafd4 (
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>App Framework - @PROJECT_NAME@</name>
<icon src="icon.png"/>
<content src="qml/@PROJECT_NAME@-app.qml" type="application/vnd.agl.qml.hybrid"/>
<description>This application is used to control and dialog with HVAC system</description>
<author>Romain Forlot <romain.forlot@iot.bzh></author>
<license>APL 2.0</license>
</widget>
|