diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:20 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-18 11:27:23 +0000 |
commit | db041e474b12f757517315c5ca2dbb1510d8950a (patch) | |
tree | 9804bcbdf8b18dffae2d009d7a9b15210f1dcc99 /conf.d | |
parent | eff1c33c123a6aec98277c0e57271d9de91987dc (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: I38fd266f80d092bc93c400969151ad87dd829fa6
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/wgt/config.xml.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 7dab6c0..41c4ed3 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -9,8 +9,10 @@ <feature name="urn:AGL:widget:provided-api"> <param name="xds" value="ws" /> </feature> - <feature name="urn:AGL:widget:required-api"> + <feature name="urn:AGL:widget:required-binding"> <param name="lib/afb-xds.so" value="local" /> + </feature> + <feature name="urn:AGL:widget:required-api"> <param name="harvester" value="ws" /> <param name="supervisor" value="ws" /> </feature> |