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
commit06f12225e5279a7f5b6adad7f7c8b35efd123d90 (patch)
tree9871822780b82fd42b946e68ef0390579b79229b
parent4d5bf9286c2c351711ddb35d4a5931197b26e795 (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: I281676b0011f71e89f3592c854fa8e89a4508018 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 3c53fb5..dcdfeb0 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -17,7 +17,7 @@
<param name="mediascanner" 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>