Introduced dynamic loading of middleware bindings and other generic
authorPhilip Rauwolf <rauwolf@itestra.de>
Mon, 8 Jul 2013 14:55:56 +0000 (16:55 +0200)
committerPhilip Rauwolf <rauwolf@itestra.de>
Mon, 8 Jul 2013 14:55:56 +0000 (16:55 +0200)
commit751e239d58f7382799561190369aa7b480dc6db3
tree25abd68d9429b1b0a2c3bc3f9c13cdcd7d4112bf
parent1891587b43da42d99ffab26517972523a6f80123
Introduced dynamic loading of middleware bindings and other generic
libraries.

Dynamic loading of middleware libraries including possibilities to
configure the loading process now is available. Also added utility
functions on CommonAPI level to support loading of libraries of
generated code / other generic libraries. Configuration now has its own
source module. Added several unit tests to confirm correctness.
gitignore, README and inline documentation updated accordingly.

Change-Id: Ia11d91a5f8de5b8bbb2ae9844324f050a926579e
Makefile.am
README
src/CommonAPI/CommonAPI.h
src/CommonAPI/Configuration.cpp [new file with mode: 0644]
src/CommonAPI/Configuration.h [new file with mode: 0644]
src/CommonAPI/Factory.h
src/CommonAPI/Factory.hpp
src/CommonAPI/MiddlewareInfo.h
src/CommonAPI/Runtime.cpp
src/CommonAPI/Runtime.h
src/CommonAPI/utils.h [new file with mode: 0644]