summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:16 +0200
committerLoïc Collignon <loic.collignon@iot.bzh>2018-12-20 11:02:57 +0100
commit53a8b50a1bfc62c6ed1d163d0081d1c4fc6f5a56 (patch)
tree35fde7293c38d44a2a695a7f6fae087b3f90bb42
parent2610bf62ef76f4120a5f76dd0e5eb1e51538b41b (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: I9e9d9720f86126794ef903cad2bb1c5e53d09099 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf.d/wgt/config.xml.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 6c87c58..43ace24 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -25,6 +25,8 @@
<feature name="urn:AGL:widget:required-api">
<param name="unicens" value="ws" />
<param name="Bluetooth-Manager" value="ws" />
+ </feature>
+ <feature name="urn:AGL:widget:required-binding">
<param name="@WIDGET_ENTRY_POINT@" value="local" />
</feature>