summaryrefslogtreecommitdiff
path: root/examples/dbusconfig
blob: 502f21a80ae27524a29c6e7b90f2ddb0e4f14438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"sources" : [ 
		{
			"name" : "ExampleSouce",
			"path" : "/usr/lib/automotive-message-broker/examplesourceplugin.so",
			"delay" : "24"
		}
	],
	"sinks": [
		{
			"name" : "DBusSink",
			"path" : "/usr/lib/automotive-message-broker/dbussinkplugin.so"
		}

	]
}