diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:17 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:17 +0200 |
commit | 1312e13a17645e8abe847e8dd7150df729095b9e (patch) | |
tree | fd33e10315848b713105ba4e4f5e912ce700087b | |
parent | 22370d365b27c5d92362bd61f0e056d29a8b3be9 (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.in | 3 |
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> |