aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.xml.in
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-02-27 16:47:15 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-02-27 16:47:15 +0100
commitf06cda1411cc087ca551e6e9bffa9cb2dc79b4ca (patch)
treec6938b2534e4bc598050eaf31789f02950e735ca /src/config.xml.in
parent0ee80263f605473e2e76762b6ff89f6af9e40657 (diff)
Change content target and use a testing
CAN bus: vcan0 Change-Id: I95b8f3882f253524ef4836277ef1650f03ca89df Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'src/config.xml.in')
-rw-r--r--src/config.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml.in b/src/config.xml.in
index 33a8ff8..d735ce2 100644
--- a/src/config.xml.in
+++ b/src/config.xml.in
@@ -2,7 +2,7 @@
<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"/>
+ <content src="libs" 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>