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 | 7cac67240749324475d53ac5185babb75dcd4d5f (patch) | |
tree | a037e59f901da17f576f5a7a6bc6801917526232 /conf.d | |
parent | d4191c40ac8b48b37d6b5ba537cfc7e0d56468f6 (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: I201e3f059c22d60fb5774e562c8e778977c35fe2
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf.d')
-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 ae68823..95f3cf0 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -16,7 +16,7 @@ <param name="gps" 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> |