modify service name. livebox -> appwidget
[platform/framework/native/appwidget-service.git] / CMakeLists.txt
index 0f5ac1b..e1587e1 100644 (file)
@@ -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")
@@ -25,13 +25,13 @@ INCLUDE_DIRECTORIES (
        )
 
 SET (${this_target}_SOURCE_FILES
-       src/OspLiveboxService.cpp
-       src/OspLiveboxServiceEntry.cpp
-       src/FShell_LiveboxContext.cpp
-       src/FShell_LiveboxContextBase.cpp
-       src/FShell_LiveboxManagerService.cpp
-       src/FShell_LiveboxManagerStub.cpp
-       src/FShell_LiveboxPopupContext.cpp
+       src/OspAppWidgetService.cpp
+       src/OspAppWidgetServiceEntry.cpp
+       src/FShell_AppWidgetContext.cpp
+       src/FShell_AppWidgetContextBase.cpp
+       src/FShell_AppWidgetManagerService.cpp
+       src/FShell_AppWidgetManagerStub.cpp
+       src/FShell_AppWidgetPopupContext.cpp
        )
 
 ## SET EXTRA COMPILER FLAGS