diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-19 20:59:01 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-12-19 20:59:01 +0100 |
commit | 0f6b4cc536e341ffa5f45e06844d52cc1a7af425 (patch) | |
tree | 6e587e48ba7a4e86bfad610e34884b8977a879cb /conf.d/wgt | |
parent | 90c605f1baecaaa49929d96b6f9a7318c212cb0b (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"> |