Change content target and use a testing
authorRomain Forlot <romain.forlot@iot.bzh>
Mon, 27 Feb 2017 15:47:15 +0000 (16:47 +0100)
committerRomain Forlot <romain.forlot@iot.bzh>
Mon, 27 Feb 2017 15:47:15 +0000 (16:47 +0100)
CAN bus: vcan0

Change-Id: I95b8f3882f253524ef4836277ef1650f03ca89df
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
src/can_buses.json.in [new file with mode: 0644]
src/config.xml.in

diff --git a/src/can_buses.json.in b/src/can_buses.json.in
new file mode 100644 (file)
index 0000000..f4ec666
--- /dev/null
@@ -0,0 +1,3 @@
+{
+       "canbus":  "vcan0"
+}
index 33a8ff8..d735ce2 100644 (file)
@@ -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>