Implement the agent daemon 56/141256/13
authorMu-Woong Lee <muwoong.lee@samsung.com>
Sat, 29 Jul 2017 09:59:44 +0000 (18:59 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 1 Aug 2017 09:43:42 +0000 (18:43 +0900)
commitec5ca263074a531be721dba12af971b8da948338
tree40d4f45ecad4224d8898de3424ca05635946e1a5
parentc4c94228572e73d0b85625980db68f8b1103b6e8
Implement the agent daemon

Change-Id: I7542bd9f11f899574d910d9d2adbab76e6fb18dd
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
18 files changed:
CMakeLists.txt
packaging/context-service.spec
packaging/contextd-agent.service
packaging/contextd-agent.socket [new file with mode: 0644]
src/agent/AgentDBus.cpp [new file with mode: 0644]
src/agent/AgentDBus.h [new file with mode: 0644]
src/agent/AgentMain.cpp
src/agent/AgentSocket.cpp [new file with mode: 0644]
src/agent/AgentSocket.h [new file with mode: 0644]
src/agent/AgentUtil.cpp [new file with mode: 0644]
src/agent/AgentUtil.h [new file with mode: 0644]
src/agent/CMakeLists.txt
src/agent/PluginLoader.cpp [new file with mode: 0644]
src/agent/PluginLoader.h [new file with mode: 0644]
src/server/CMakeLists.txt
src/server/ServerMain.cpp
src/shared/ServerBase.cpp [new file with mode: 0644]
src/shared/ServerBase.h [new file with mode: 0644]