aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:18 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:18 +0200
commitd98b150a974db18face83bc415c642d54d5e5569 (patch)
tree491821ca324ce4002c6244276672adc261da7494
parent182c55077ed4620f7f15c90f172a23a6011db000 (diff)
Use feature 'required-binding'HEADmaster
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: I11e1eb25179df0550848de3d8a6dd135117b9e24 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r--package/root/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/root/config.xml b/package/root/config.xml
index 06782a6..0361a04 100644
--- a/package/root/config.xml
+++ b/package/root/config.xml
@@ -14,7 +14,7 @@
<feature name="urn:AGL:widget:provided-api">
<param name="soundmanager" value="ws" />
</feature>
- <feature name="urn:AGL:widget:required-api">
+ <feature name="urn:AGL:widget:required-binding">
<param name="lib/agl-service-audio-soundmanager.so" value="local" />
</feature>
</widget>