Use feature 'required-binding' 47/17047/1
authorJose Bollo <jose.bollo@iot.bzh>
Tue, 9 Oct 2018 10:01:16 +0000 (12:01 +0200)
committerJose Bollo <jose.bollo@iot.bzh>
Tue, 9 Oct 2018 10:01:16 +0000 (12:01 +0200)
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>
conf.d/wgt/config.xml.in

index bbd3212..d7da799 100644 (file)
@@ -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>