aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-07-09 00:21:55 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-08-01 17:46:23 +0200
commit0025bdbef1196740045822fc985f759614e70428 (patch)
tree8ea3d41a14f857b79408d026276827fcb507a3d0
parent7b5953e7d5c8c51f5315e677781d1b46be33b240 (diff)
Add scope-platform permission
Change-Id: I4fead97bb7a1686763a3da80c7ec4f8a7e9a07f8 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
-rw-r--r--conf.d/wgt/config.xml.in8
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@ &lt;@PROJECT_AUTHOR_MAIL@&gt;</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>