plugins: Use agl-vcar plugin by default
[apps/agl-service-can-low-level.git] / conf.d / project / etc / control-low-can.json
1 {
2         "$schema": "",
3         "metadata": {
4                 "uid": "Low Can",
5                 "version": "1.0",
6                 "api": "low-can",
7                 "info": "Low can Configuration"
8         },
9         "config": {
10                 "active_message_set": 0,
11                 "diagnostic_bus": "hs"
12         },
13         "plugins": [
14                 {
15                         "uid": "agl-vcar-signals",
16                         "info": "agl-vcar signals",
17                         "libs": "agl-vcar-signals.ctlso"
18                 }
19         ]
20 }