fix can error. fix cmake plugin_install_dir
[profile/ivi/automotive-message-broker.git] / examples / testsourceconfig.in.json
index 01029c0..6af6118 100644 (file)
@@ -1,15 +1,15 @@
 {
-  "sources" : [
-    {
-      "name" : "TestPlugin",
-      "path" : "@PLUGIN_INSTALL_PATH@/testplugin.so"
-    }
-  ],
-  "sinks": [
-    {
-       "name" : "ExampleSink",
-       "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
-    }
-  ]
+       "sources" : [
+               {
+                       "name" : "TestPlugin",
+                       "path" : "@PLUGIN_INSTALL_PATH@/testplugin.so"
+               }
+       ],
+       "sinks": [
+               {
+                       "name" : "ExampleSink",
+                       "path" : "@PLUGIN_INSTALL_PATH@/examplesinkplugin.so"
+               }
+       ]
 }