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
commit2a5df653e3b4704d233fe8d07f2d44fca380c78d (patch)
treef998cdbe0ec6e610719e2951df4563fc61010ef5
parent0235f072c80220067129a06dc46d24783bcec375 (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: Id5f13a3f51b44235cf3b8e4920e9a00acac28041 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 bbd3212..d7da799 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -13,7 +13,7 @@
<feature name="urn:AGL:widget:provided-api">
<param name="persistence" value="ws" />
</feature>
- <feature name="urn:AGL:widget:required-api">
+ <feature name="urn:AGL:widget:required-binding">
<param name="lib/afb-persistence-binding.so" value="local" />
</feature>
</widget>