Add APIs for client application & daemons, and the other services in contextd 93/120893/7
authorMu-Woong Lee <muwoong.lee@samsung.com>
Fri, 24 Mar 2017 13:00:00 +0000 (22:00 +0900)
committerMu-Woong Lee <muwoong.lee@samsung.com>
Mon, 27 Mar 2017 10:07:15 +0000 (19:07 +0900)
commit63f67a7df54b35ba2707b54757eceaf53b1a9124
treea0b9905d2eafd7b8604a4b12da89ff6b4f059c78
parent9b46bc66d52f1a0451010252f208b6f77f5bf0f3
Add APIs for client application & daemons, and the other services in contextd

Change-Id: I0176c6eb838508dd3cccc277902a7b0aeacaab8f
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
31 files changed:
CMakeLists.txt
include/ContextStoreSearchQuery.h [deleted file]
include/context_store_internal.h [new file with mode: 0644]
include/private/ContextStoreService.h [moved from include/ContextStoreService.h with 97% similarity]
include/private/ContextStoreSideGate.h [new file with mode: 0644]
script/init.sql
src/client-dummy/CMakeLists.txt
src/client-dummy/ContextStoreSearchQuery.cpp [deleted file]
src/client-dummy/context_store.cpp [new file with mode: 0644]
src/client/CMakeLists.txt
src/client/ContextStore.cpp
src/client/ContextStore.h [moved from include/ContextStore.h with 71% similarity]
src/client/ContextStoreManager.cpp
src/client/ContextStoreManager.h [moved from include/ContextStoreManager.h with 87% similarity]
src/client/ContextStoreSearchQuery.cpp [deleted file]
src/client/PlatformManagedStore.cpp
src/client/PlatformManagedStore.h
src/client/context_store.cpp [new file with mode: 0644]
src/server-dummy/CMakeLists.txt
src/server-dummy/ContextStoreSideGate.cpp [moved from src/client-dummy/ContextStore.cpp with 50% similarity]
src/server/CMakeLists.txt
src/server/ContextStoreClient.cpp
src/server/ContextStoreService.cpp
src/server/ContextStoreSideGate.cpp [new file with mode: 0644]
src/server/SchemaLoader.cpp
src/server/Store.cpp
src/server/Store.h
src/server/StoreManager.cpp
src/shared/ContextStoreTypesPrivate.h
src/shared/ContextStoreUtil.cpp [moved from src/client-dummy/ContextStoreManager.cpp with 61% similarity]
src/shared/ContextStoreUtil.h [moved from include/ContextStoreTypes.h with 74% similarity]