Package name : org.tizen.menu-screen -> cwkuromqdr.Home, org.tizen.lockscreen ->...
authorJin Yoon <jinny.yoon@samsung.com>
Fri, 21 Dec 2012 11:44:29 +0000 (20:44 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Fri, 21 Dec 2012 11:44:29 +0000 (20:44 +0900)
Change-Id: Idefeaf70290151bb982c7c1d643e65c9e2981d7b

include/util.h
src/lock-daemon.c
src/lockd-process-mgr.c

index 81312f3..8f1c962 100755 (executable)
@@ -20,7 +20,7 @@
 #define __MENU_DAEMON_UTIL_H__
 #include <dlog.h>
 
-#define HOME_SCREEN_PKG_NAME "org.tizen.menu-screen"
+#define HOME_SCREEN_PKG_NAME "cwkuromqdr.Home"
 #define CONF_PATH_NUMBER 1024
 
 #ifdef  LOG_TAG
index 0086c46..906a452 100755 (executable)
@@ -55,7 +55,7 @@ struct lockd_data {
 
 #define PHLOCK_SOCK_PREFIX "/tmp/phlock"
 #define PHLOCK_SOCK_MAXBUFF 65535
-#define PHLOCK_APP_CMDLINE "/usr/apps/org.tizen.lockscreen/bin/lockscreen"
+#define PHLOCK_APP_CMDLINE "/opt/apps/sgooa9p9fz/bin/Lock"
 #define PHLOCK_UNLOCK_CMD "unlock"
 #define PHLOCK_LAUNCH_CMD "launch_phone_lock"
 #define LAUNCH_INTERVAL 100*1000
index cab630d..fcdf777 100755 (executable)
@@ -25,9 +25,9 @@
 #include "lockd-process-mgr.h"
 #include "starter-vconf.h"
 
-#define LOCKD_DEFAULT_PKG_NAME "org.tizen.lockscreen"
-#define LOCKD_DEFAULT_LOCKSCREEN "org.tizen.lockscreen"
-#define LOCKD_PHONE_LOCK_PKG_NAME "org.tizen.lockscreen"
+#define LOCKD_DEFAULT_PKG_NAME "sgooa9p9fz.Lock"
+#define LOCKD_DEFAULT_LOCKSCREEN "sgooa9p9fz.Lock"
+#define LOCKD_PHONE_LOCK_PKG_NAME "sgooa9p9fz.Lock"
 #define RETRY_MAXCOUNT 30
 #define RELAUNCH_INTERVAL 100*1000