From dda0abe9314a7c296d62092c2a08e18f37db4e0a Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 19 Dec 2017 16:23:13 +0100 Subject: Get builtin plugin as a normal plugin - Back in normal configuration file - Remove builtin special callback as it is just a plugin after all - Rename main configuration files to get it works on a target board. Change-Id: I69165c47e5e58eb519e727cfdd83ee628d90abba Signed-off-by: Romain Forlot --- conf.d/project/etc/control-daemon.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 conf.d/project/etc/control-daemon.json (limited to 'conf.d/project/etc/control-daemon.json') diff --git a/conf.d/project/etc/control-daemon.json b/conf.d/project/etc/control-daemon.json deleted file mode 100644 index 7a7e162..0000000 --- a/conf.d/project/etc/control-daemon.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "$schema": "http://iot.bzh/download/public/schema/json/signal-composer-schema.json", - "metadata": { - "uid": "Signal Composer", - "version": "1.0", - "api": "signal-composer", - "info": "Signal composer Configuration", - "require": ["low-can"] - }, - "plugins": [ - { - "uid": "low-can-callbacks", - "ldpath": "lib/plugins", - "info": "Manage interaction with low-can service", - "basename": "low-can" - }, - { - "uid": "gps-callbacks", - "ldpath": "lib/plugins", - "info": "Manage interaction with gps service", - "basename": "gps" - } - ], - "signals": { - "files": ["sig-doors", "sig-demoboard", "sig-geoloc" ] - }, - "sources": { - "files": "sources" - } -} -- cgit 1.2.3-korg