diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-19 21:00:41 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-19 21:01:09 +0100 |
commit | e9c3f4476f692680c03a562364496ce8571d4a1c (patch) | |
tree | 48f467ef30eb5c30f27abd8ca13a2cbb7bee5f74 /conf.d/wgt | |
parent | 84031b998b9dbfe11d9223c69e4357676357f871 (diff) |
Bulk of small fixes
Correctly grab lua script using simpler prefix
Correctly free Composer object's members
Adding default binding source as required-apis
Change-Id: I91d34b636286e79c7bcc27f8ba2730897ec5f424
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/wgt')
-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 574c388..e72a08e 100644 --- a/conf.d/wgt/config.xml.in +++ b/conf.d/wgt/config.xml.in @@ -18,6 +18,8 @@ <feature name="urn:AGL:widget:required-api"> <param name="lib/afb-signal-composer.so" value="local" /> + <param name="low-can" value="ws" /> + <param name="gps" value="ws" /> </feature> <feature name="urn:AGL:widget:file-properties"> |