Use feature 'required-binding' 45/17045/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: I67508e271b184de362597eeaf20d86bdb17fbd9a
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
conf.d/wgt/config.xml.in

index 35d9363..9050690 100644 (file)
@@ -17,7 +17,7 @@
                <param name="low-can" value="ws" />
        </feature>
 
-       <feature name="urn:AGL:widget:required-api">
+       <feature name="urn:AGL:widget:required-binding">
                <param name="lib/afb-low-can.so" value="local" />
        </feature>
 </widget>