diff options
author | Jose Bollo <jose.bollo@iot.bzh> | 2018-10-09 12:01:16 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-10-11 12:18:06 +0000 |
commit | c17d8e9a3f9248c5ac484e9d9997f0a7bc6e62eb (patch) | |
tree | 983e088d7c6b16e03a845fcdf82b04da8129fb1e | |
parent | d5d7da4199e3a60c3a13369ea02ff0975b350def (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: I6fd143c82298e9afa3d8eb7c3788bd3890810b4b
Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | conf.d/wgt/config.xml.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index a40ca54..161a39f 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -17,8 +17,11 @@ <param name="bluetooth-pbap" 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> + + <feature name="urn:AGL:widget:required-api"> <param name="Bluetooth-Manager" value="ws" /> </feature> </widget> |