diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:17 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:17 +0200 |
commit | 6e3fd1228124aa2ebc4fe336f7633526f48faeb1 (patch) | |
tree | b2d7e2929082f9d4c65b776dd9858783517f236e /conf.d | |
parent | 9265663ba8dd19ac913cc72d33e7b02d2409b417 (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: I1197399d22d6beebe906297c62034b617b715920
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/wgt/config.xml.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index fd162b5..cb2b455 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -18,6 +18,9 @@ <feature name="urn:AGL:widget:required-api"> <param name="gps" value="ws" /> + </feature> + + <feature name="urn:AGL:widget:required-binding"> <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> </widget> |