diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-07-09 00:21:55 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2019-08-01 17:46:23 +0200 |
commit | 0025bdbef1196740045822fc985f759614e70428 (patch) | |
tree | 8ea3d41a14f857b79408d026276827fcb507a3d0 /conf.d/wgt/config.xml.in | |
parent | 7b5953e7d5c8c51f5315e677781d1b46be33b240 (diff) |
Add scope-platform permission
Change-Id: I4fead97bb7a1686763a3da80c7ec4f8a7e9a07f8
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-rw-r--r-- | conf.d/wgt/config.xml.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 3aecd87..781769a 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -6,10 +6,16 @@ <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::partner:scope-platform" value="required" /> + </feature> + <feature name="urn:AGL:widget:required-api"> <param name="lib/afb-harvester.so" value="local" /> </feature> + <feature name="urn:AGL:widget:provided-api"> <param name="harvester" value="ws" /> </feature> -</widget>
\ No newline at end of file +</widget> |