diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 17:20:56 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:20 +0200 |
commit | 2e715a676b3e218b15447c9170b7f2d4cb11a9cc (patch) | |
tree | 9ed56b95bf2eddf801a1387c6bc2761e88bebae5 /wgt/config.xml.in | |
parent | 80d821f5aa0c2f54d8ab77ed2d757884c989b216 (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/config.xml.in')
-rw-r--r-- | wgt/config.xml.in | 11 |
1 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> + + |