diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-24 12:02:21 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-10-15 18:22:20 +0200 |
commit | 857295339b54083dac9180dc0916dbe00e47f4e0 (patch) | |
tree | 224e84538ce86d2bfeaa5f22ccc14a143f9bcf51 /default/wgt/config.xml.in | |
parent | 44743cec358c6f35df66ee794b32cec75a6035b0 (diff) |
Reorganization of folder structure
Change-Id: I809382d652415038b53be9a1ec9f2f60939cce42
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'default/wgt/config.xml.in')
-rw-r--r-- | default/wgt/config.xml.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/default/wgt/config.xml.in b/default/wgt/config.xml.in new file mode 100644 index 0000000..250878a --- /dev/null +++ b/default/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> + + |