aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:18 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:18 +0200
commit7693074281bfed911ce67123307aec8a5d0f3aa6 (patch)
tree6cf0f0f22e8aad1754c1410bb65ba6266f04aaaf
parentd642c8c9a1633264bd0962ae163026bbbabc6e5a (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: I821c8f73432a4c657277bbfe11f4780ce85f4de1 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 a81e394..7f4f5a7 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -17,7 +17,7 @@
<param name="network-manager" 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>