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
commit6bbb0b8459af94c1a7c47714e92995200f8ae9e7 (patch)
treec70577949dc90e002a04c684cd14b5c5593ff8ca
parent91fce13a95727bd3ce85add70a9bf0e931f9cf02 (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: Iddf394b7bf757bec2f283889974bc8fd8d2375c8 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf.d/wgt/config.xml.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in
index 0b27af9..455ed09 100644
--- a/conf.d/wgt/config.xml.in
+++ b/conf.d/wgt/config.xml.in
@@ -19,6 +19,9 @@
<feature name="urn:AGL:widget:required-api">
<param name="geoclue" value="ws" />
<param name="persistence" value="ws" />
+ </feature>
+
+ <feature name="urn:AGL:widget:required-binding">
<param name="@WIDGET_ENTRY_POINT@" value="local" />
</feature>
</widget>