Use feature 'required-binding' 45/18245/1
authorJose Bollo <jose.bollo@iot.bzh>
Tue, 9 Oct 2018 10:01:16 +0000 (12:01 +0200)
committerMatt Ranostay <matt.ranostay@konsulko.com>
Wed, 21 Nov 2018 22:02:12 +0000 (14:02 -0800)
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: I6fd143c82298e9afa3d8eb7c3788bd3890810b4b
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
conf.d/wgt/config.xml.in

index a40ca54..161a39f 100644 (file)
                <param name="bluetooth-pbap" value="ws" />
        </feature>
 
-       <feature name="urn:AGL:widget:required-api">
+       <feature name="urn:AGL:widget:required-binding">
                <param name="@WIDGET_ENTRY_POINT@" value="local" />
+       </feature>
+
+       <feature name="urn:AGL:widget:required-api">
                <param name="Bluetooth-Manager" value="ws" />
        </feature>
 </widget>