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 | a98fcb4b99e5a7b14b671e6014ea0b1cc1ea199d (patch) | |
tree | cb53edb66a21a4463cdea12082fbd5b77a057035 | |
parent | 44e29d0b7b0382214dfae5b82c1c038d6bf7877f (diff) |
Use feature 'required-binding'guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.16.99.46.99.36.99.26.99.1
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: I572d3dd84e8261f1a9664163590f4327aae64db0
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | src/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.xml b/src/config.xml index 9f3370a..58b1ffb 100644 --- a/src/config.xml +++ b/src/config.xml @@ -9,7 +9,7 @@ <feature name="urn:AGL:widget:provided-api"> <param name="steering-wheel" value="ws" /> </feature> - <feature name="urn:AGL:widget:required-api"> + <feature name="urn:AGL:widget:required-binding"> <param name="lib/af-steering-wheel-binding.so" value="local" /> </feature> <feature name="urn:AGL:widget:required-permission"> |