Define shared constants 00/118900/1
authorMu-Woong Lee <muwoong.lee@samsung.com>
Tue, 14 Mar 2017 11:38:58 +0000 (20:38 +0900)
committerMu-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

index e482308..786fec0 100644 (file)
 #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