aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-12-19 20:59:01 +0100
committerRomain Forlot <romain.forlot@iot.bzh>2017-12-19 20:59:01 +0100
commit0f6b4cc536e341ffa5f45e06844d52cc1a7af425 (patch)
tree6e587e48ba7a4e86bfad610e34884b8977a879cb /conf.d
parent90c605f1baecaaa49929d96b6f9a7318c212cb0b (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')
-rw-r--r--conf.d/project/lua.d/signal-composer-daemon-04-oncall.lua8
-rw-r--r--conf.d/wgt/config.xml.in2
2 files changed, 2 insertions, 8 deletions
diff --git a/conf.d/project/lua.d/signal-composer-daemon-04-oncall.lua b/conf.d/project/lua.d/signal-composer-daemon-04-oncall.lua
index 0295b6d..9d31f25 100644
--- a/conf.d/project/lua.d/signal-composer-daemon-04-oncall.lua
+++ b/conf.d/project/lua.d/signal-composer-daemon-04-oncall.lua
@@ -75,14 +75,6 @@ function _Simple_Echo_Args (source, args, event)
print ("--inlua-- source=", Dump_Table(source))
print ("--inlua-- args=", Dump_Table(args))
print ("--inlua-- event=", Dump_Table(event))
-
- local response={
- ["count"]=_count,
- ["args"]=args,
- }
-
- -- fulup Embdeded table ToeDone AFB:success (request, response)
- -- AFB:success (request, response)
end
local function Test_Async_CB (request, result, context)
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">