summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-03-24 19:05:15 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-03-24 19:05:15 +0100
commit911d69334aa96dc34fdc12c01e1d1a8b826b66e8 (patch)
tree24c1d20c6af7bf4cd294ae6787e9731638692323
parent559d1a3272a6dbf87139cc3a77beaddfc5f66b63 (diff)
Update config.xml to new framework on systemd
Change-Id: I4cd2c117d2980b66339239a5c9b10765e573c9bc Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--package/config.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/config.xml b/package/config.xml
index ac34f80..a576945 100644
--- a/package/config.xml
+++ b/package/config.xml
@@ -6,6 +6,12 @@
<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>
+ <feature name="urn:AGL:widget:required-api">
+ <param name="lib/libhvac-demo-binding.so" value="local" />
+ </feature>
+ <feature name="urn:AGL:widget:required-permission">
+ <param name="urn:AGL:permission::public:no-htdocs" value="required" />
+ </feature>
</widget>