projects
/
platform
/
core
/
context
/
context-store.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec7cc34
)
Define shared constants
00/118900/1
author
Mu-Woong Lee
<muwoong.lee@samsung.com>
Tue, 14 Mar 2017 11:38:58 +0000
(20:38 +0900)
committer
Mu-Woong Lee
<muwoong.lee@samsung.com>
Tue, 14 Mar 2017 11:38:58 +0000
(20:38 +0900)
Change-Id: I17cb3508e80e0699383add2a805923841eab620d
Signed-off-by: Mu-Woong Lee <muwoong.lee@samsung.com>
src/shared/ContextStoreTypesPrivate.h
patch
|
blob
|
history
diff --git
a/src/shared/ContextStoreTypesPrivate.h
b/src/shared/ContextStoreTypesPrivate.h
index
e482308
..
786fec0
100644
(file)
--- a/
src/shared/ContextStoreTypesPrivate.h
+++ b/
src/shared/ContextStoreTypesPrivate.h
@@
-50,6
+50,16
@@
#define METHOD_RETRIEVE "Retrieve"
#define METHOD_REMOVE "Remove"
+#define IDX_URI 0
#define IDX_RETRIEVE_RESULT 0
+#define MAX_RETENTION 8760 // one year
+#define MAX_LIMIT 100000
+#define PRIVILEGE_DELIM ";"
+
+#define BASE_PATH "context-store"
+
+#define COL_TIMESTAMP "__timestamp"
+#define COL_OWNER_ID "__ownerId"
+
#endif