fix can error. fix cmake plugin_install_dir
[profile/ivi/automotive-message-broker.git] / examples / qtmainloopconfig.in.json
1 {
2         "mainloop" : "@PLUGIN_INSTALL_PATH@/qtmainloopplugin.so",
3         "sources" : [
4                 {
5                         "name" : "ExampleSouce",
6                         "path" : "@PLUGIN_INSTALL_PATH@/examplesourceplugin.so"
7                 }
8         ],
9         "sinks": [
10                 {
11                         "name" : "Example sink",
12                         "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so",
13                         "interface" : "lo",
14                         "port" : "23000"
15                 }
16         ]
17 }
18