Basic version of the Server class
authorJan Olszak <j.olszak@samsung.com>
Tue, 1 Apr 2014 14:08:31 +0000 (16:08 +0200)
committerJan Olszak <j.olszak@samsung.com>
Mon, 19 May 2014 11:47:15 +0000 (13:47 +0200)
commita854736fa20724f15dcd8b26582c9ecfb9964ee9
treee7f943c16547ffec312f5cc2af48b0946467504f
parent431076b0740240790f25412fd28d4420d4e3c30f
Basic version of the Server class

[Bug/Feature]   Server class for managing the life cycle of the server.
[Cause]         N/A
[Solution]      N/A
[Verification]  Build, install, run tests, run security-containers-server

Change-Id: I46fe53bffe9ce7d588bd9cacfefb28af475d048b
24 files changed:
common/utils/typeinfo.cpp [new file with mode: 0644]
common/utils/typeinfo.hpp [new file with mode: 0644]
packaging/security-containers.spec
server/configs/CMakeLists.txt
server/configs/containers/business.conf [new file with mode: 0644]
server/configs/containers/private.conf [new file with mode: 0644]
server/configs/containers/xminimal.conf [deleted file]
server/configs/daemon.conf
server/configs/libvirt-config/business.xml [moved from server/configs/libvirt-config/xminimal.xml with 96% similarity]
server/configs/libvirt-config/private.xml [new file with mode: 0644]
server/containers-manager.cpp
server/main.cpp
server/server.cpp [new file with mode: 0644]
server/server.hpp [new file with mode: 0644]
unit_tests/server/configs/CMakeLists.txt
unit_tests/server/configs/ut-server/buggy-daemon.conf [new file with mode: 0644]
unit_tests/server/configs/ut-server/containers/console1.conf [new file with mode: 0644]
unit_tests/server/configs/ut-server/containers/console2.conf [new file with mode: 0644]
unit_tests/server/configs/ut-server/containers/console3.conf [new file with mode: 0644]
unit_tests/server/configs/ut-server/libvirt-config/console1.xml [new file with mode: 0644]
unit_tests/server/configs/ut-server/libvirt-config/console2.xml [new file with mode: 0644]
unit_tests/server/configs/ut-server/libvirt-config/console3.xml [new file with mode: 0644]
unit_tests/server/configs/ut-server/test-daemon.conf [new file with mode: 0644]
unit_tests/server/ut-server.cpp [new file with mode: 0644]