Add the initial implementation of Tizen 4.0 context-service 38/113138/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 6 Feb 2017 07:55:19 +0000 (16:55 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 6 Feb 2017 07:55:19 +0000 (16:55 +0900)
commitd711539e90a3a974963d9c9bd52f465d425a44c1
treef29f2209806f0394e8fd8ad9209cd032dca5dda3
parentf99142ef5667a86bb16d383a110331e357091822
Add the initial implementation of Tizen 4.0 context-service

Change-Id: I911a10d551f35f0c916e976a2ad5f63c36534500
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
12 files changed:
CMakeLists.txt [new file with mode: 0644]
packaging/context-service.manifest [new file with mode: 0644]
packaging/context-service.service [new file with mode: 0644]
packaging/context-service.spec [new file with mode: 0644]
packaging/org.tizen.context.conf [new file with mode: 0644]
src/AlarmInitializer.cpp [new file with mode: 0644]
src/AlarmInitializer.h [new file with mode: 0644]
src/DBusConnector.cpp [new file with mode: 0644]
src/DBusConnector.h [new file with mode: 0644]
src/Main.cpp [new file with mode: 0644]
src/ServiceLoader.cpp [new file with mode: 0644]
src/ServiceLoader.h [new file with mode: 0644]