summaryrefslogtreecommitdiff
path: root/inc/InstallerDefs.h
diff options
context:
space:
mode:
authorDongeup Ham <dongeup.ham@samsung.com>2012-12-28 17:19:06 +0900
committerDongeup Ham <dongeup.ham@samsung.com>2012-12-28 17:19:06 +0900
commit89c8b72b28db94d693be40e2840810a4c9ef9a8f (patch)
tree045c5a9e90512684ea818cecd17a7643fc7d56e3 /inc/InstallerDefs.h
parent8993281fcb6acb63a3d818608ea80da4c3f7afa4 (diff)
downloadinstaller-89c8b72b28db94d693be40e2840810a4c9ef9a8f.tar.gz
installer-89c8b72b28db94d693be40e2840810a4c9ef9a8f.tar.bz2
installer-89c8b72b28db94d693be40e2840810a4c9ef9a8f.zip
Update livebox parser.
Change-Id: I95464352d7d283ea681f8a1d9e9e1b6619e86bcf Signed-off-by: Dongeup Ham <dongeup.ham@samsung.com>
Diffstat (limited to 'inc/InstallerDefs.h')
-rwxr-xr-xinc/InstallerDefs.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/inc/InstallerDefs.h b/inc/InstallerDefs.h
index 586d983..c644b83 100755
--- a/inc/InstallerDefs.h
+++ b/inc/InstallerDefs.h
@@ -21,7 +21,7 @@
#ifndef _INSTALLER_DEFS_H_
#define _INSTALLER_DEFS_H_
-#define OSP_INSTALLER_VERSION "osp-installer version = [2012/12/27]_RC[2]"
+#define OSP_INSTALLER_VERSION "osp-installer version = [2012/12/28]_RC[1]"
#define DIR_BIN L"/bin"
#define DIR_INFO L"/info"
@@ -92,6 +92,12 @@
#define PERM_EXECUTE (S_IXUSR | S_IXGRP | S_IXOTH)
#define PERM_WRITE (S_IWUSR | S_IWGRP | S_IWOTH)
+#define TIZEN_PRIVILEGE_WEB_SERVICE "http://tizen.org/privilege/web.service"
+#define TIZEN_CATEGORY_IME "http://tizen.org/category/ime"
+#define TIZEN_CATEGORY_HOMESCREEN "http://tizen.org/category/homescreen"
+#define TIZEN_CATEGORY_LOCKSCREEN "http://tizen.org/category/lockscreen"
+#define TIZEN_CATEGORY_MENUSCREEN "http://tizen.org/category/menuscreen"
+
static const int BLOCK_SIZE = 4096;
#define OSP_INSTALLER "osp-installer"