Add agent library stub implementation 41/28541/13
authorAdam Malinowski <a.malinowsk2@partner.samsung.com>
Thu, 2 Oct 2014 12:06:45 +0000 (14:06 +0200)
committerAdam Malinowski <a.malinowsk2@partner.samsung.com>
Fri, 14 Nov 2014 19:53:46 +0000 (20:53 +0100)
commitf242b4ad2e55d02d869e0a7b7cff508796ac4119
tree1854b8f7078dda13c82bd8ed3628bcaa1c240239
parent03998323f9b30dd11cd920bbc0531029dbf0c063
Add agent library stub implementation

This patch introduces implementation of agent library. Connection
to cynara service is not yet implemented. Only basic structure of
library is created.

Change-Id: Iff771cbff35c1eb4f0c3842631f2fd65ea322ee8
21 files changed:
CMakeLists.txt
packaging/cynara.spec
packaging/libcynara-agent.manifest [new file with mode: 0644]
pkgconfig/CMakeLists.txt
pkgconfig/cynara-agent/CMakeLists.txt [new file with mode: 0644]
pkgconfig/cynara-agent/cynara-agent.pc.in [new file with mode: 0644]
src/CMakeLists.txt
src/agent/CMakeLists.txt [new file with mode: 0644]
src/agent/api/ApiInterface.h [new file with mode: 0644]
src/agent/api/agent-api.cpp [new file with mode: 0644]
src/agent/logic/Logic.cpp [new file with mode: 0644]
src/agent/logic/Logic.h [new file with mode: 0644]
src/common/CMakeLists.txt
src/common/request/pointers.h
src/common/response/AgentActionResponse.cpp [new file with mode: 0644]
src/common/response/AgentActionResponse.h [new file with mode: 0644]
src/common/response/ResponseTaker.cpp
src/common/response/ResponseTaker.h
src/common/response/pointers.h
src/common/types/Agent.h [new file with mode: 0644]
src/include/CMakeLists.txt