diff options
-rw-r--r-- | src/can_buses.json.in | 3 | ||||
-rw-r--r-- | src/config.xml.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/can_buses.json.in b/src/can_buses.json.in new file mode 100644 index 00000000..f4ec6664 --- /dev/null +++ b/src/can_buses.json.in @@ -0,0 +1,3 @@ +{ + "canbus": "vcan0" +} diff --git a/src/config.xml.in b/src/config.xml.in index 33a8ff85..d735ce2b 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 <romain.forlot@iot.bzh></author> <license>APL 2.0</license> |