diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-28 18:31:29 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-06-28 18:31:29 +0200 |
commit | 7a209bb0691bffd5f7fb7b0d5bdd303bc1cd6c03 (patch) | |
tree | 88de1ea6382b8eb6a7a8f8efcd3e66f5e1704c1d /conf.d/wgt | |
parent | 65903efdc36c45587a2d72691d14604320884eaf (diff) |
Widget generation: use the right config.xml.in file.
Diffstat (limited to 'conf.d/wgt')
-rw-r--r-- | conf.d/wgt/config.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index fab0b9d..e8bd7fb 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -6,6 +6,12 @@ <description>@PROJECT_DESCRIPTION@</description> <author>@PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@></author> <license>APL 2.0</license> + <feature name="urn:AGL:widget:provided-api"> + <param name="unicens" value="ws" /> + </feature> + <feature name="urn:AGL:widget:required-api"> + <param name="lib/afb-ucs2.so" value="local" /> + </feature> </widget> |