Use feature 'required-binding' 55/17055/1
authorJose Bollo <jose.bollo@iot.bzh>
Tue, 9 Oct 2018 10:01:17 +0000 (12:01 +0200)
committerJose Bollo <jose.bollo@iot.bzh>
Tue, 9 Oct 2018 10:01:17 +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: Ic8ba6b048e6ba7b573dac2f2f1833a4df8eaa0dc
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
package/root/config.xml

index 255c627..89703b2 100644 (file)
@@ -14,7 +14,7 @@
   <feature name="urn:AGL:widget:provided-api">
      <param name="homescreen" value="ws" />
   </feature>
-  <feature name="urn:AGL:widget:required-api">
+  <feature name="urn:AGL:widget:required-binding">
     <param name="lib/homescreen-service.so" value="local" />
   </feature>
 </widget>