diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2017-09-29 12:23:26 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 15:02:54 +0100 |
commit | e2a20090f37eb32cdf8beaf9c23cf33a9e9ab7f1 (patch) | |
tree | 333ebb3e87531da12fe447309e77a6fa57ba4165 /conf.d/wgt | |
parent | bfdf6b934660f086ab241a48330ddf22162c7fa3 (diff) |
Initial Commit as submodule
Diffstat (limited to 'conf.d/wgt')
-rw-r--r-- | conf.d/wgt/config.xml.in | 23 | ||||
-rw-r--r-- | conf.d/wgt/icon.png | bin | 3934 -> 0 bytes |
2 files changed, 0 insertions, 23 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in deleted file mode 100644 index 197dedc..0000000 --- a/conf.d/wgt/config.xml.in +++ /dev/null @@ -1,23 +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="@PROJECT_ICON@"/> - <content src="@WIDGET_ENTRY_POINT@" type="@WIDGET_TYPE@"/> - <description>@PROJECT_DESCRIPTION@</description> - <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> - <license>@PROJECT_LICENSE@</license> - - <feature name="urn:AGL:widget:required-permission"> - <param name="urn:AGL:permission::public:hidden" value="required" /> - <param name="urn:AGL:permission::public:no-htdocs" value="required" /> - </feature> - - <feature name="urn:AGL:widget:provided-api"> - <param name="control" value="ws" /> - </feature> - - <feature name="urn:AGL:widget:required-api"> - <param name="lib/afb-control-afb.so" value="local" /> - </feature> -</widget> - diff --git a/conf.d/wgt/icon.png b/conf.d/wgt/icon.png Binary files differdeleted file mode 100644 index d127aaa..0000000 --- a/conf.d/wgt/icon.png +++ /dev/null |