summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:17 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:17 +0200
commit1312e13a17645e8abe847e8dd7150df729095b9e (patch)
treefd33e10315848b713105ba4e4f5e912ce700087b
parent22370d365b27c5d92362bd61f0e056d29a8b3be9 (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: I0fa278eecf0c7a76079dbc986bdb3286531a4a0a 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 f95efb7..cdba3d8 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -18,6 +18,9 @@
<feature name="urn:AGL:widget:required-api">
<param name="identity" value="ws" />
+ </feature>
+
+ <feature name="urn:AGL:widget:required-binding">
<param name="@WIDGET_ENTRY_POINT@" value="local" />
</feature>
</widget>