aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:19 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:19 +0200
commitf91e227f38878330a9048c821aeaf63050ac1533 (patch)
tree13e47f9108c8c40af59deece0090db75af4114c4
parent928d8bc0941a74c1918fb72b06db59613a2afd49 (diff)
Use feature 'required-binding'
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: I49e683d61589e750a661b72c3ee8a5d156baa1eb Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf.d/wgt/config.xml.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 2ea2d2c..c706df6 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -20,6 +20,9 @@
<feature name="urn:AGL:widget:required-api">
<param name="Bluetooth-Manager" value="ws" />
<param name="bluetooth-pbap" value="ws" />
+ </feature>
+
+ <feature name="urn:AGL:widget:required-binding">
<param name="@WIDGET_ENTRY_POINT@" value="local" />
</feature>
</widget>