From 20e8bce6b856045c7c6e231391b362240701424a Mon Sep 17 00:00:00 2001 From: "jungmin76.park" Date: Fri, 28 Dec 2012 14:51:01 +0900 Subject: [PATCH] samsung -> osp Change-Id: I0e595f2accd86983c631f70e5e8ede73d6aca796 Signed-off-by: jungmin76.park --- CMakeLists.txt | 2 +- manifest.xml | 10 +++++++--- src/FShell_LiveboxManagerService.cpp | 4 ++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68e5a38..7449ac4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) -SET (this_target samsung-livebox-service) +SET (this_target osp-livebox-service) SET (APPID gi2qxenosh) SET(CMAKE_EXECUTABLE_SUFFIX ".exe") diff --git a/manifest.xml b/manifest.xml index a228dd4..2441cde 100644 --- a/manifest.xml +++ b/manifest.xml @@ -10,7 +10,11 @@ - + + x86 + vfpv3 + Normal + 2.1 @@ -18,9 +22,9 @@ http://tizen.org/privilege/application.launch http://tizen.org/privilege/appmanager.launch - + - samsung-livebox-service + tizen livebox service diff --git a/src/FShell_LiveboxManagerService.cpp b/src/FShell_LiveboxManagerService.cpp index 5284069..fc3b745 100644 --- a/src/FShell_LiveboxManagerService.cpp +++ b/src/FShell_LiveboxManagerService.cpp @@ -89,7 +89,7 @@ LiveboxManagerService::Construct() r = __handlerThread.Start(); SysTryReturn(NID_APP, IsFailed(r) == false, false, r, "[%s] Event thread Start failure.", GetErrorMessage(r)); - return InitializeMasterDaemonEventReceiver("samsung-livebox-service"); + return InitializeMasterDaemonEventReceiver("osp-livebox-service"); } int @@ -228,7 +228,7 @@ LiveboxManagerService::RemoveLivebox(const char* pPackageName, const char* pId, if( __liveboxes.GetCount() == 0 ) { - SysLog(NID_APP, "No running native livebox app remains, terminating samsung livebox service..."); + SysLog(NID_APP, "No running native livebox app remains, terminating osp livebox service..."); Tizen::App::App::GetInstance()->Terminate(); } -- 2.34.1