summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:19 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:19 +0200
commite5c6bbe451d6c6388f2f456e55af8ecb5b2a563d (patch)
treeddb5a077d18ebf32eb3fc82dffa2e1f08f1a550d
parent194c753249748d271338781bd571aa9169bdaa3b (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: I97caaaa184442ce1ae436a92916b313365301a24 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 3fccb70..59722d8 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -17,7 +17,7 @@
<param name="wifi-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>