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

index dc368eb..517fe23 100644 (file)
@@ -13,7 +13,7 @@
   <feature name="urn:AGL:widget:provided-api">
      <param name="unicens" value="ws" />
   </feature>
-  <feature name="urn:AGL:widget:required-api">
+  <feature name="urn:AGL:widget:required-binding">
      <param name="lib/afb-ucs2.so" value="local" />
   </feature>
 </widget>