aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:19 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:19 +0200
commitfd67157afc0a662e035e6b97a244782c9863a2ce (patch)
treec1354e25039a9acfbc1ee73ad6d2cb76211d74eb
parentde9d75e591820b59304b1037faf92a952a6ed7b2 (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: Ibfcb9cea026d261b3eeb53b6001e9c02f6850e1f Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf.d/wgt/config.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index dc368eb..517fe23 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -13,7 +13,7 @@
<feature name="urn:AGL:widget:provided-api">
<param name="unicens" value="ws" />
</feature>
- <feature name="urn:AGL:widget:required-api">
+ <feature name="urn:AGL:widget:required-binding">
<param name="lib/afb-ucs2.so" value="local" />
</feature>
</widget>