Add libSimpleDbus, libLogger, libConfig source code to Vasum. 59/38359/1
authorDariusz Michaluk <d.michaluk@samsung.com>
Tue, 14 Apr 2015 15:36:19 +0000 (17:36 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Fri, 17 Apr 2015 09:50:51 +0000 (11:50 +0200)
commit5a608e18a90ffb35171d5be56adbb540f7c918a5
tree2c3b77074b8d95e8a2be8a90de239ba08b86f9b7
parent0d6b2ea9111fa21372e05f85478617e7ab6c2493
Add libSimpleDbus, libLogger, libConfig source code to Vasum.

[Feature]       Add libSimpleDbus, libLogger, libConfig source code to Vasum.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests, run server.

Change-Id: I2466604ee744874237fb989695d4104d399cdca1
Signed-off-by: Dariusz Michaluk <d.michaluk@samsung.com>
61 files changed:
CMakeLists.txt
client/CMakeLists.txt
client/dbus-connection.cpp
client/dbus-connection.hpp
common/api/method-result-builder.hpp
common/config/exception.hpp [new file with mode: 0644]
common/config/fdstore.cpp [new file with mode: 0644]
common/config/fdstore.hpp [new file with mode: 0644]
common/config/fields-union.hpp [new file with mode: 0644]
common/config/fields.hpp [new file with mode: 0644]
common/config/from-fdstore-visitor.hpp [new file with mode: 0644]
common/config/from-gvariant-visitor.hpp [new file with mode: 0644]
common/config/from-json-visitor.hpp [new file with mode: 0644]
common/config/from-kvjson-visitor.hpp [new file with mode: 0644]
common/config/from-kvstore-visitor.hpp [new file with mode: 0644]
common/config/fs-utils.cpp [new file with mode: 0644]
common/config/fs-utils.hpp [new file with mode: 0644]
common/config/is-union.hpp [new file with mode: 0644]
common/config/is-visitable.hpp [new file with mode: 0644]
common/config/kvstore.cpp [new file with mode: 0644]
common/config/kvstore.hpp [new file with mode: 0644]
common/config/manager.hpp [new file with mode: 0644]
common/config/sqlite3/connection.cpp [new file with mode: 0644]
common/config/sqlite3/connection.hpp [new file with mode: 0644]
common/config/sqlite3/statement.cpp [new file with mode: 0644]
common/config/sqlite3/statement.hpp [new file with mode: 0644]
common/config/to-fdstore-visitor.hpp [new file with mode: 0644]
common/config/to-gvariant-visitor.hpp [new file with mode: 0644]
common/config/to-json-visitor.hpp [new file with mode: 0644]
common/config/to-kvstore-visitor.hpp [new file with mode: 0644]
common/dbus/connection.cpp [new file with mode: 0644]
common/dbus/connection.hpp [new file with mode: 0644]
common/dbus/exception.hpp [new file with mode: 0644]
common/ipc/client.hpp
common/ipc/internals/processor.hpp
common/ipc/service.hpp
common/logger/backend-journal.cpp [new file with mode: 0644]
common/logger/backend-journal.hpp [new file with mode: 0644]
common/logger/backend-null.hpp [new file with mode: 0644]
common/logger/backend-stderr.cpp [new file with mode: 0644]
common/logger/backend-stderr.hpp [new file with mode: 0644]
common/logger/backend.hpp [new file with mode: 0644]
common/logger/ccolor.cpp [new file with mode: 0644]
common/logger/ccolor.hpp [new file with mode: 0644]
common/logger/formatter.cpp [new file with mode: 0644]
common/logger/formatter.hpp [new file with mode: 0644]
common/logger/level.cpp [new file with mode: 0644]
common/logger/level.hpp [new file with mode: 0644]
common/logger/logger-scope.cpp [new file with mode: 0644]
common/logger/logger-scope.hpp [new file with mode: 0644]
common/logger/logger.cpp [new file with mode: 0644]
common/logger/logger.hpp [new file with mode: 0644]
common/netlink/netlink-message.hpp
common/utils/glib-utils.cpp [new file with mode: 0644]
common/utils/glib-utils.hpp [new file with mode: 0644]
packaging/vasum.spec
server/CMakeLists.txt
server/netdev.hpp
tests/unit_tests/CMakeLists.txt
tests/unit_tests/socket_test_service/socket-test.cpp
zone-daemon/CMakeLists.txt