diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 11:15:42 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:58:22 +0100 |
commit | 2aea7b449c6cb58ef8c02146e47ebec418f8074d (patch) | |
tree | ec9869ba96328701ac8dd8291dd42687f9e5a453 /conf.d/wgt | |
parent | 4e5ece0f4f95882e91f8974cd9b129e1630e862b (diff) |
Controller binding extraction from Audio-bindings
Change-Id: I494bf5163c218a6d499b8321797f5de693c284c2
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
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 | 0 -> 3934 bytes |
2 files changed, 23 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in new file mode 100644 index 0000000..197dedc --- /dev/null +++ b/conf.d/wgt/config.xml.in @@ -0,0 +1,23 @@ +<?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 differnew file mode 100644 index 0000000..d127aaa --- /dev/null +++ b/conf.d/wgt/icon.png |