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/config.xml | |
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/config.xml')
-rw-r--r-- | CAN-binder/low-can-binding/packaging/wgt/config.xml | 11 |
1 files changed, 0 insertions, 11 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 d735ce2..0000000 --- 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> - - |