From: jungmin76.park Date: Wed, 20 Mar 2013 05:44:58 +0000 (+0900) Subject: modify service name. livebox -> appwidget X-Git-Tag: 2.1b_release~11^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27383734328134eb5311e17172d84bbb15edf58b;p=framework%2Fosp%2Fappwidget-service.git modify service name. livebox -> appwidget Change-Id: I93a719a1f595ed1d595147d39f88f673483494c8 Signed-off-by: jungmin76.park --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a3af89..e1587e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) -SET (this_target osp-livebox-service) +SET (this_target osp-appwidget-service) SET (PACKAGEID gi2qxenosh) SET(CMAKE_EXECUTABLE_SUFFIX ".exe") diff --git a/osp-livebox-service.manifest b/osp-appwidget-service.manifest similarity index 79% rename from osp-livebox-service.manifest rename to osp-appwidget-service.manifest index c0325a7..08fa244 100644 --- a/osp-livebox-service.manifest +++ b/osp-appwidget-service.manifest @@ -20,7 +20,7 @@ - - + + diff --git a/packaging/osp-livebox-service.spec b/packaging/osp-appwidget-service.spec similarity index 95% rename from packaging/osp-livebox-service.spec rename to packaging/osp-appwidget-service.spec index ed1a1bb..141c076 100644 --- a/packaging/osp-livebox-service.spec +++ b/packaging/osp-appwidget-service.spec @@ -1,5 +1,5 @@ -Name: osp-livebox-service -Summary: osp livebox service +Name: osp-appwidget-service +Summary: osp appwidget service Version: 1.2.1.0 Release: 1 Group: System/Libraries @@ -26,7 +26,7 @@ Requires: osp-shell Requires: data-provider-master %description -osp livebox service +osp appwidget service %prep %setup -q diff --git a/src/FShell_AppWidgetManagerService.cpp b/src/FShell_AppWidgetManagerService.cpp index 054680c..e52a2ee 100644 --- a/src/FShell_AppWidgetManagerService.cpp +++ b/src/FShell_AppWidgetManagerService.cpp @@ -94,7 +94,7 @@ AppWidgetManagerService::Construct() r = __handlerThread.Start(); SysTryReturn(NID_APP, IsFailed(r) == false, false, r, "[%s] Event thread Start failure.", GetErrorMessage(r)); - return InitializeMasterDaemonEventReceiver("osp-livebox-service"); + return InitializeMasterDaemonEventReceiver("osp-appwidget-service"); } int