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
commitfada3949824440c5a6155735eabc27545206be05 (patch)
treeab0be67eb7372a56bebd910f5ee25226d260d460
parent5106b9d03108792b2594b553e00c149945ac6f97 (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: I6796f514f6aab7b0c4bf9c976ae3907728ccee8c 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>