a5769454d3d3e50f324de120475374355d266d34
[apps/hvac.git] / package / config.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget xmlns="http://www.w3.org/ns/widgets" id="hvac" version="0.1">
3   <name>HVAC</name>
4   <icon src="icon.svg"/>
5   <content src="bin/hvac" type="application/vnd.agl.native"/>
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   <feature name="urn:AGL:widget:required-api">
10     <param name="lib/libhvac-demo-binding.so" value="local" />
11   </feature>
12   <feature name="urn:AGL:widget:required-permission">
13     <param name="urn:AGL:permission::public:no-htdocs" value="required" />
14   </feature>
15 </widget>
16
17