From: Kevron Rees Date: Wed, 17 Jul 2013 20:15:48 +0000 (-0700) Subject: install example configs X-Git-Tag: accepted/tizen/20131016.224205~62^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d39a8549a6e86d9e41134b494574ceee7ad0dbfb;p=profile%2Fivi%2Fautomotive-message-broker.git install example configs --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fa3d1fe..e6736f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,3 +125,4 @@ add_subdirectory(ambd) add_subdirectory(plugins) add_subdirectory(docs) add_subdirectory(tests) +add_subdirectory(examples) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 0000000..ddd95d4 --- /dev/null +++ b/examples/CMakeLists.txt @@ -0,0 +1,5 @@ +set(amb_examples configwebsocketsink configwebsocketsource configwheel databaseconfig databasesource dbusconfig exampleconfig + gpsdconfig obdsourceconfig opencvluxconfig qtmainloopconfig) + +install (FILES ${amb_examples} DESTINATION /etc/ambd/examples) + diff --git a/examples/opencvconfig b/examples/opencvconfig deleted file mode 100644 index fc6c252..0000000 --- a/examples/opencvconfig +++ /dev/null @@ -1,15 +0,0 @@ -{ - "sources" : [ - { - "name" : "OpenCV Lux Plugin", - "path" : "/usr/lib/automotive-message-broker/opencvluxplugin.so" - } - ], - "sinks": [ - { - "name" : "DBusSink", - "path" : "/usr/lib/automotive-message-broker/dbussinkplugin.so" - } - ] -} -