Add build & packaging script of context-agent 59/119659/2
authorMu-Woong Lee <muwoong.lee@samsung.com>
Sun, 19 Mar 2017 15:30:16 +0000 (00:30 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 27 Mar 2017 04:47:14 +0000 (13:47 +0900)
commit685ac61a04fed608c83176930bf922f6a7b146ac
tree107351bc95b1f79513aa1ea85ce96d406b9fc137
parent6d8af271f72d00abf8040157047927e4ac0f64a7
Add build & packaging script of context-agent

context-agent will be a user-level assistant service of the main
context-service daemon.

Change-Id: I74db377718ecd9883c3cb75bef556f32d02cc4d3
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
18 files changed:
CMakeLists.txt
packaging/context-service.spec
packaging/contextd-agent.service [new file with mode: 0644]
packaging/contextd.service [moved from packaging/context-service.service with 76% similarity]
packaging/org.tizen.contextagent.conf [new file with mode: 0644]
packaging/org.tizen.contextagent.service [new file with mode: 0644]
src/agent/AgentMain.cpp [new file with mode: 0644]
src/agent/CMakeLists.txt [new file with mode: 0644]
src/server/ActiveUserMonitor.cpp [moved from src/ActiveUserMonitor.cpp with 100% similarity]
src/server/ActiveUserMonitor.h [moved from src/ActiveUserMonitor.h with 100% similarity]
src/server/AlarmInitializer.cpp [moved from src/AlarmInitializer.cpp with 100% similarity]
src/server/AlarmInitializer.h [moved from src/AlarmInitializer.h with 100% similarity]
src/server/CMakeLists.txt [new file with mode: 0644]
src/server/DBusConnector.cpp [moved from src/DBusConnector.cpp with 100% similarity]
src/server/DBusConnector.h [moved from src/DBusConnector.h with 100% similarity]
src/server/ServerMain.cpp [moved from src/Main.cpp with 100% similarity]
src/server/ServiceLoader.cpp [moved from src/ServiceLoader.cpp with 100% similarity]
src/server/ServiceLoader.h [moved from src/ServiceLoader.h with 100% similarity]