Revert "Package name : org.tizen.menu-screen -> cwkuromqdr.Home, org.tizen.lockscreen...
authorJin Yoon <jinny.yoon@samsung.com>
Fri, 11 Jan 2013 06:33:46 +0000 (15:33 +0900)
committerJin Yoon <jinny.yoon@samsung.com>
Fri, 11 Jan 2013 06:33:46 +0000 (15:33 +0900)
This reverts commit e3ef5a4e6660c6e7eecee8f3a1d0623eb0cf4582.

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

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