diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:18 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:18 +0200 |
commit | aef07363360ddcf0d95673b7de2fc10f41cf3312 (patch) | |
tree | 8615dbcd1d76f43095552428c51980df174624bd /conf.d/wgt | |
parent | 5bbcb17bb130d2ec7b32df0d56746011c230a15f (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: Ib88fe75f71cd4386668be17aac4eb9c28852a0b2
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf.d/wgt')
-rw-r--r-- | conf.d/wgt/config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index d24c1aa..0efad00 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -18,7 +18,7 @@ <param name="nfc" value="ws" /> </feature> - <feature name="urn:AGL:widget:required-api"> + <feature name="urn:AGL:widget:required-binding"> <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> </widget> |