aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:16 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:16 +0200
commitb03d3718d3e8f2cd513da4d4e29ac93c49a3a088 (patch)
tree3a243495e2de2760a6537a6da74d088d81dcb710
parentb4b49ff3450ae3350155851227f348b88d2274e1 (diff)
Use feature 'required-binding'
The feature "urn:AGL:widget:required-binding" is now preferred to the feature "urn:AGL:widget:required-api" for requiring a local binding. Bug-AGL: SPEC-1800 Change-Id: If5e1753043a6f97c388cd38a6160e058a38c6409 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf.d/wgt/config.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 6d0fa5e..adff86b 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -18,7 +18,7 @@
<param name="geoclue" value="ws" />
</feature>
- <feature name="urn:AGL:widget:required-api">
+ <feature name="urn:AGL:widget:required-binding">
<param name="@WIDGET_ENTRY_POINT@" value="local" />
</feature>
</widget>