diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 17:20:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 17:20:56 +0200 |
commit | f8e95903ac0f2937289bb3e1dcb27899c03b8cc9 (patch) | |
tree | c47fcc688a5e6545e2d7bea3fd705d5c23ef1941 /wgt | |
parent | d77fcdaeb249fb1b82703b3d033126cee2c3c3ec (diff) |
Get back to last folder structure (more or less)
Change-Id: I2993ec9ca8f4ed73e1dfc9fb6caf554bfc0ac871
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'wgt')
-rw-r--r-- | wgt/config.xml.in | 11 | ||||
-rw-r--r-- | wgt/icon-default.png | bin | 0 -> 4035 bytes |
2 files changed, 11 insertions, 0 deletions
diff --git a/wgt/config.xml.in b/wgt/config.xml.in new file mode 100644 index 0000000..250878a --- /dev/null +++ b/wgt/config.xml.in @@ -0,0 +1,11 @@ +<?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="@PROJECT_ICON@"/> + <content src="@WIDGET_ENTRY_POINT@" type="@WIDGET_TYPE@"/> + <description>@PROJECT_DESCRIPTION@</description> + <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> + <license>@PROJECT_LICENCE@</license> +</widget> + + diff --git a/wgt/icon-default.png b/wgt/icon-default.png Binary files differnew file mode 100644 index 0000000..9bd6a6e --- /dev/null +++ b/wgt/icon-default.png |