aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d/project/etc/xds-supervisor-config.json
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2019-07-10 14:52:08 +0200
committerSebastien Douheret <sebastien.douheret@iot.bzh>2019-07-10 14:52:08 +0200
commit2a7a645788c2fdd6fff24f8fc2f10a54c1cc6088 (patch)
treeb1318ab35e4d64a70befa69fba7d8c405ee44db1 /conf.d/project/etc/xds-supervisor-config.json
parent888915ab5055b873676783916f2e0cc887bb6329 (diff)
Fix ctlso load path on target
Change-Id: I948cf7ea9aa3113ba7daa02190853e25776b41a5
Diffstat (limited to 'conf.d/project/etc/xds-supervisor-config.json')
-rw-r--r--conf.d/project/etc/xds-supervisor-config.json30
1 files changed, 19 insertions, 11 deletions
diff --git a/conf.d/project/etc/xds-supervisor-config.json b/conf.d/project/etc/xds-supervisor-config.json
index 15304f4..e278715 100644
--- a/conf.d/project/etc/xds-supervisor-config.json
+++ b/conf.d/project/etc/xds-supervisor-config.json
@@ -6,19 +6,23 @@
"api": "xds",
"info": "XDS Data collection binding"
},
- "plugins": [{
- "uid": "supervisor",
- "info": "Plugin to handle interface with supervisor",
- "spath": "./lib/plugins:./var",
- "libs": [
- "supervisor.ctlso",
- "xds-supervisor.lua"
- ]
- }],
- "onload": [],
+ "plugins": [
+ {
+ "uid": "supervisor",
+ "info": "Plugin to handle interface with supervisor",
+ "libs": [
+ "supervisor.ctlso",
+ "xds-supervisor.lua"
+ ]
+ }
+ ],
+
+ "onload": [
+ ],
- "controls": [{
+ "controls": [
+ {
"uid": "list",
"privileges": "urn:AGL:permission::platform:can:list ",
"action": "plugin://supervisor#list"
@@ -39,6 +43,10 @@
{
"uid": "supervisor/xds-trace",
"action": "plugin://supervisor#tracing_events"
+ },
+ {
+ "uid": "afm-main/application-list-changed",
+ "action": "plugin://supervisor#apps_list_changed"
}
]