diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-14 12:03:54 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-06-14 12:03:54 +0200 |
commit | 21994eaaf671ce91ecce78b451fbb84950140310 (patch) | |
tree | dc6d84a96e99eb59ab084e5b2e8884c34c023603 /conf.d/wgt/config.xml.in | |
parent | f35abba1772c8b9e38dd51b3dd09bc185cef90fd (diff) |
Remove nasty hack to handle HALs
We can now use the High Level API without having to connect directly to
HALs.
Change-Id: I629f769bfb9cd8a2d9661f9966cd49f0c135a1a3
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
Diffstat (limited to 'conf.d/wgt/config.xml.in')
-rw-r--r-- | conf.d/wgt/config.xml.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf.d/wgt/config.xml.in b/conf.d/wgt/config.xml.in index 65b8b79..1965bc5 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -13,8 +13,6 @@ <feature name="urn:AGL:widget:required-api"> <param name="windowmanager" value="ws" /> <param name="homescreen" value="ws" /> - <param name="alsacore" value="ws" /> -@ENABLED_HALS@ </feature> <feature name="urn:AGL:widget:required-permission"> <param name="urn:AGL:permission::public:no-htdocs" value="required" /> |