diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:16 +0200 |
---|---|---|
committer | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:16 +0200 |
commit | af458acb2605292b4fd2693f770b5e3b5e61c600 (patch) | |
tree | 36700b6b132b33fe5772c2dc39d0eb25323f559a /conf.d | |
parent | 3db050d97dbdf1d3016f3d2a7677c8770a1ab57c (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: I9e9d9720f86126794ef903cad2bb1c5e53d09099
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, 2 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 6c87c58..43ace24 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -25,6 +25,8 @@ <feature name="urn:AGL:widget:required-api"> <param name="unicens" value="ws" /> <param name="Bluetooth-Manager" value="ws" /> + </feature> + <feature name="urn:AGL:widget:required-binding"> <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> |