aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:20 +0200
committerJose Bollo <jose.bollo@iot.bzh>2018-10-09 12:01:20 +0200
commit3ae8e9b6a7947b91409b112e1a699385627c5945 (patch)
treeb141a10027c36629fca80b9fc58c8df0972960df
parente65b048f311335ee550ac51f97f8ce50468babf9 (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: I971b5077e7cc1c7cf96d731d3b8ec1adcedd12d9 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 0a2f6fd..d969b0b 100644
--- a/package/root/config.xml
+++ b/package/root/config.xml
@@ -12,7 +12,7 @@
<feature name="urn:AGL:widget:provided-api">
<param name="windowmanager" value="ws" />
</feature>
- <feature name="urn:AGL:widget:required-api">
+ <feature name="urn:AGL:widget:required-binding">
<param name="lib/windowmanager-service.so" value="local" />
</feature>
</widget>