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 | 127f4fbe0ee9aced18844ffd2d238e277aadcc7d (patch) | |
tree | bab34c5dcb775fff73d7c5278c87bb37a7cdc5c1 /conf.d/wgt/config.xml.in | |
parent | 00609d30452a82e8ad75020d283afc1a81f3187b (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: I601702cd77dfd8da66b34b8025b9bb3d05ceea95
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-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 19f6f33..157a5c7 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -9,7 +9,7 @@ <feature name="urn:AGL:widget:provided-api"> <param name="helloworld" value="ws" /> </feature> - <feature name="urn:AGL:widget:required-api"> + <feature name="urn:AGL:widget:required-binding"> <param name="lib/afb-helloworld.so" value="local" /> </feature> </widget> |