diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 11:15:42 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-08-22 11:15:42 +0200 |
commit | a7bb818826b3ba1165af5d87252d75b5166112b8 (patch) | |
tree | 4c3ffe13483f4795c43c487e8aae1eea4481cd78 /conf.d/wgt | |
parent | 837905124166ea66da3f412520ba611dbc0e7660 (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 |