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 | c9f1efa8162b309672031ecbc826127e489bfa44 (patch) | |
tree | 79274b190ee7460f103a619f16cfb02e6a93b837 | |
parent | d4aa6581036df78f5189eb240157d3c2fd5533df (diff) |
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: Id3f955021f41fc314b2dd5b2e0b3e1c3550b6df9
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | package/root/config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/root/config.xml b/package/root/config.xml index 255c627..89703b2 100644 --- a/package/root/config.xml +++ b/package/root/config.xml @@ -14,7 +14,7 @@ <feature name="urn:AGL:widget:provided-api"> <param name="homescreen" value="ws" /> </feature> - <feature name="urn:AGL:widget:required-api"> + <feature name="urn:AGL:widget:required-binding"> <param name="lib/homescreen-service.so" value="local" /> </feature> </widget> |