From 5f9442eceb01ca581524339933cdc1f8e824a32f Mon Sep 17 00:00:00 2001 From: "gs86.lee" Date: Fri, 27 May 2016 14:58:09 +0900 Subject: [PATCH] [mobile] Fix logic to launch menu-screen at 64bit binary Change-Id: I5740b91fe70360f0acd7397a7d2ddf6e7da8df29 --- src/mobile/home_mgr.c | 2 +- src/mobile/starter.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mobile/home_mgr.c b/src/mobile/home_mgr.c index f1c4d2b..eea4561 100644 --- a/src/mobile/home_mgr.c +++ b/src/mobile/home_mgr.c @@ -144,7 +144,7 @@ void home_mgr_open_home(const char *appid) * If the architecture is 64bit, * starter will launch menu-screen only. */ - _D("64bit binary : menu-screen will be launched."); + _D("[64bit] menu-screen will be launched."); home_appid = MENU_SCREEN_PKG_NAME; #endif diff --git a/src/mobile/starter.c b/src/mobile/starter.c index 867ab38..88c8937 100755 --- a/src/mobile/starter.c +++ b/src/mobile/starter.c @@ -282,7 +282,6 @@ static void _init(struct appdata *ad) status_register(); status_active_register_cb(STATUS_ACTIVE_KEY_SYSMAN_POWER_OFF_STATUS, _power_off_cb, NULL); -#ifndef TIZEN_BUILD_TARGET_64 /* * If 'VCONFKEY_BOOT_ANIMATION_FINISHED' is already 1, * it is not necessary to register vconfkey callback function. @@ -299,7 +298,6 @@ static void _init(struct appdata *ad) status_active_register_cb(STATUS_ACTIVE_KEY_BOOT_ANIMATION_FINISHED, _boot_animation_finished_cb, NULL); } -#endif hw_key_create_window(); home_mgr_init(NULL); -- 2.7.4