summaryrefslogtreecommitdiff
path: root/examples/testsourceconfig.in.json
blob: 6af6118e851aab26e643418bbcc29f3f1a1b2b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"sources" : [
		{
			"name" : "TestPlugin",
			"path" : "@PLUGIN_INSTALL_PATH@/testplugin.so"
		}
	],
	"sinks": [
		{
			"name" : "ExampleSink",
			"path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
		}
	]
}