From: Romain Forlot Date: Fri, 29 Nov 2019 11:25:18 +0000 (+0100) Subject: config: Fix wrong controller configuration file name X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=00b0c2cc66ee0e5e6c91f2851e1e5b9d815409ef;p=apps%2Fagl-service-can-low-level.git config: Fix wrong controller configuration file name Change-Id: I6491c1bb4b64d7f005f220e4d2358ce787bf84af Signed-off-by: Romain Forlot --- diff --git a/conf.d/project/etc/control-agl-service-can-low-level.json b/conf.d/project/etc/control-agl-service-can-low-level.json new file mode 100644 index 00000000..0b10d33d --- /dev/null +++ b/conf.d/project/etc/control-agl-service-can-low-level.json @@ -0,0 +1,24 @@ +{ + "$schema": "", + "metadata": { + "uid": "Low Can", + "version": "1.0", + "api": "low-can", + "info": "Low can Configuration" + }, + "config": { + "active_message_set": 0, + "dev-mapping": { + "hs": "can0", + "ls": "can0" + }, + "diagnostic_bus": "hs" + }, + "plugins": [ + { + "uid": "agl-vcar-signals", + "info": "agl-vcar signals", + "libs": "agl-vcar-signals.ctlso" + } + ] +} diff --git a/conf.d/project/etc/control-low-can-j1939.json b/conf.d/project/etc/control-low-can-j1939.json new file mode 100644 index 00000000..3e87a695 --- /dev/null +++ b/conf.d/project/etc/control-low-can-j1939.json @@ -0,0 +1,29 @@ +{ + "$schema": "", + "metadata": { + "uid": "Low Can", + "version": "1.0", + "api": "low-can", + "info": "Low can Configuration" + }, + "config": { + "active_message_set": 0, + "dev-mapping": { + "hs": "can0", + "ls": "can0" + }, + "diagnostic_bus": "hs" + }, + "plugins": [ + { + "uid": "agl-vcar-signals", + "info": "agl-vcar signals", + "libs": "agl-vcar-signals.ctlso" + }, + { + "uid": "j1939-signals", + "info": "J1939 signals", + "libs": "j1939-signals.ctlso" + } + ] +}