diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 14:28:09 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-04 14:28:09 +0200 |
commit | 9e86564a58a0f9c83edc5bb76fd8ab4c7e7a63ee (patch) | |
tree | 60a7f76c8a5866b6ef30fb2b032351354d0a14a7 /CAN-binder/low-can-binding/packaging/wgt | |
parent | 7679cd97dc4c20103f8afb364437dbcfd359befc (diff) |
Update with last app-templates modifications
https://gerrit.automotivelinux.org/gerrit/#/admin/projects/apps/app-templates
Change-Id: I42eff75b790b70047e1b91b963edf458084881c9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/packaging/wgt')
-rw-r--r-- | CAN-binder/low-can-binding/packaging/wgt/config.xml | 11 | ||||
-rw-r--r-- | CAN-binder/low-can-binding/packaging/wgt/etc/can_buses.json | 3 | ||||
-rw-r--r-- | CAN-binder/low-can-binding/packaging/wgt/icon.png | bin | 4035 -> 0 bytes |
3 files changed, 0 insertions, 14 deletions
diff --git a/CAN-binder/low-can-binding/packaging/wgt/config.xml b/CAN-binder/low-can-binding/packaging/wgt/config.xml deleted file mode 100644 index d735ce2b..00000000 --- a/CAN-binder/low-can-binding/packaging/wgt/config.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<widget xmlns="http://www.w3.org/ns/widgets" id="@PROJECT_NAME@" version="@PROJECT_VERSION@"> - <name>@PROJECT_NAME@</name> - <icon src="icon.png"/> - <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> -</widget> - - diff --git a/CAN-binder/low-can-binding/packaging/wgt/etc/can_buses.json b/CAN-binder/low-can-binding/packaging/wgt/etc/can_buses.json deleted file mode 100644 index c4292df2..00000000 --- a/CAN-binder/low-can-binding/packaging/wgt/etc/can_buses.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "canbus": "can0" -} diff --git a/CAN-binder/low-can-binding/packaging/wgt/icon.png b/CAN-binder/low-can-binding/packaging/wgt/icon.png Binary files differdeleted file mode 100644 index 9bd6a6e4..00000000 --- a/CAN-binder/low-can-binding/packaging/wgt/icon.png +++ /dev/null |