diff options
author | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-09-11 15:13:26 +0200 |
---|---|---|
committer | Thierry Bultel <thierry.bultel@iot.bzh> | 2018-09-11 15:14:15 +0200 |
commit | 665d2d7ec8dd1465538c83df95e29c23de2cffcb (patch) | |
tree | 4506515dd4356a53ae7535b75d59c2457680a964 | |
parent | 022f46a3379d98892f1e96d5eaf6a85caac505fb (diff) |
added service dependency to Bluetooth-Managerguppy_6.90.0guppy/6.90.06.90.0
Since the integration of bluetooth playback support,
the bluetooth hal must communicate with the
Bluetooth-Manager service.
Change-Id: I4f2b24893c8846d0933100d5c3741a14a2f76bae
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
-rw-r--r-- | conf.d/wgt/config.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 2905be1..6c87c58 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -24,6 +24,7 @@ <feature name="urn:AGL:widget:required-api"> <param name="unicens" value="ws" /> + <param name="Bluetooth-Manager" value="ws" /> <param name="@WIDGET_ENTRY_POINT@" value="local" /> </feature> |