diff options
Diffstat (limited to 'CAN-binder/low-can-demo/config.xml.in')
-rw-r--r-- | CAN-binder/low-can-demo/config.xml.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CAN-binder/low-can-demo/config.xml.in b/CAN-binder/low-can-demo/config.xml.in new file mode 100644 index 0000000..f3ff5c9 --- /dev/null +++ b/CAN-binder/low-can-demo/config.xml.in @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<widget xmlns="http://www.w3.org/ns/widgets" id="@@APPNAME@@" version="@@APPVER@@"> + <name>App Framework - @@APPNAME@@</name> + <icon src="icon.png"/> + <content src="@@CONTENT@@" type="application/vnd.agl.html.hybrid"/> + <description>This is a demo using OpenXC trace</description> + <author>Jose Bollo <jobol@iot.bzh> / Stephane Desneux <sdx@iot.bzh></author> + <license>APL 2.0</license> +</widget> + + |