diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:19 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:19 +0200 |
commit | e92012bd711eac77fe14064f0e8c9fd233d65b7b (patch) | |
tree | 6a7bf285d5ed603a39fa0d424cf324221a6f5afc | |
parent | 4c13256dce57776b6ce5ae5e2ce4fff52f6e2ab8 (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: I4a75e9fea38c29efcbbc083729c826e03a89f5d0
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | conf.d/wgt/config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index dca8bd7..81fb850 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -17,7 +17,7 @@ <param name="taskmanager" 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> </widget> |