IpcModuleLoader: added ipc module loader library
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Fri, 15 Jun 2012 13:58:45 +0000 (06:58 -0700)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 21 Jun 2012 07:15:22 +0000 (00:15 -0700)
commitcf1be4ecf17ecd992bc6fa690c0ec11c4356d945
tree2c546bcdefb6c029692a5f2bbe8fd9b47e579f05
parent44340017d1169bf0b104dfdb7439bec4c3c0961d
IpcModuleLoader: added ipc module loader library

- implemented in C
- common implementation to find, check and load IpcModules
- communication technology independent
- returns a struct of function pointers to use IpcModule
LayerManager.spec.in
LayerManagerPlugins/IpcModules/CMakeLists.txt
LayerManagerPlugins/IpcModules/IpcModuleLoader/CMakeLists.txt [new file with mode: 0644]
LayerManagerPlugins/IpcModules/IpcModuleLoader/include/IpcModule.h [moved from LayerManagerPlugins/IpcModules/DbusIpcModule/include/IpcModule.h with 100% similarity, mode: 0644]
LayerManagerPlugins/IpcModules/IpcModuleLoader/include/IpcModuleLoader.h [new file with mode: 0644]
LayerManagerPlugins/IpcModules/IpcModuleLoader/src/IpcModuleLoader.c [new file with mode: 0644]