Add the code skeleton of store service & client 32/113132/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 6 Feb 2017 07:50:21 +0000 (16:50 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 6 Feb 2017 07:50:21 +0000 (16:50 +0900)
commitd919f9af9bc635237e685786ce0c391a3bbb6e3d
tree3f13e1d3b9d450765a6ae7f726d8734c48ea38a1
parentd67a61d89ab4974712727540b8cf1fa679467076
Add the code skeleton of store service & client

Change-Id: Idba58d12d22df60823f93ec11183a4ad04a98a18
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
21 files changed:
.gitignore [new file with mode: 0644]
AUTHORS [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
context-store.pc.in [new file with mode: 0644]
include/ContextStoreService.h [new file with mode: 0644]
include/ContextStoreTypes.h [new file with mode: 0644]
include/TestAPI.h [new file with mode: 0644]
packaging/context-store.manifest [new file with mode: 0644]
packaging/context-store.spec [new file with mode: 0644]
src/client-dummy/CMakeLists.txt [new file with mode: 0644]
src/client-dummy/TestAPI.cpp [new file with mode: 0644]
src/client/CMakeLists.txt [new file with mode: 0644]
src/client/TestAPI.cpp [new file with mode: 0644]
src/server-dummy/CMakeLists.txt [new file with mode: 0644]
src/server-dummy/ContextStoreService.cpp [new file with mode: 0644]
src/server/CMakeLists.txt [new file with mode: 0644]
src/server/ContextStoreClientProxy.cpp [new file with mode: 0644]
src/server/ContextStoreClientProxy.h [new file with mode: 0644]
src/server/ContextStoreService.cpp [new file with mode: 0644]
src/shared/ContextStoreTypesPrivate.h [new file with mode: 0644]