[ACR][3/15][Modify] Modify Livebox classes to AppWidget
authorjungmin76.park <jungmin76.park@samsung.com>
Sat, 16 Mar 2013 03:59:59 +0000 (12:59 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Sat, 16 Mar 2013 03:59:59 +0000 (12:59 +0900)
commitc14eac76ce9d29d9b719bd21f99683f21a9feff3
tree86afe27d191ece62fa9534c1c4a5f80070c5e9e5
parent1586e4e4bbf011e05983dce51eca34505b80fcf4
[ACR][3/15][Modify] Modify Livebox classes to AppWidget

Change-Id: Id0f203f42dff82e4a9e87d87b078044e6b140ac9
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
27 files changed:
CMakeLists.txt
inc/FShell_AppWidgetContext.h [new file with mode: 0644]
inc/FShell_AppWidgetContextBase.h [new file with mode: 0644]
inc/FShell_AppWidgetManagerService.h [new file with mode: 0644]
inc/FShell_AppWidgetManagerStub.h [new file with mode: 0644]
inc/FShell_AppWidgetPopupContext.h [new file with mode: 0644]
inc/FShell_LiveboxContext.h [deleted file]
inc/FShell_LiveboxContextBase.h [deleted file]
inc/FShell_LiveboxManagerService.h [deleted file]
inc/FShell_LiveboxManagerStub.h [deleted file]
inc/FShell_LiveboxPopupContext.h [deleted file]
inc/OspAppWidgetService.h [new file with mode: 0644]
inc/OspLiveboxService.h [deleted file]
src/FShell_AppWidgetContext.cpp [new file with mode: 0644]
src/FShell_AppWidgetContextBase.cpp [new file with mode: 0644]
src/FShell_AppWidgetManagerService.cpp [new file with mode: 0644]
src/FShell_AppWidgetManagerStub.cpp [new file with mode: 0644]
src/FShell_AppWidgetPopupContext.cpp [new file with mode: 0644]
src/FShell_LiveboxContext.cpp [deleted file]
src/FShell_LiveboxContextBase.cpp [deleted file]
src/FShell_LiveboxManagerService.cpp [deleted file]
src/FShell_LiveboxManagerStub.cpp [deleted file]
src/FShell_LiveboxPopupContext.cpp [deleted file]
src/OspAppWidgetService.cpp [new file with mode: 0644]
src/OspAppWidgetServiceEntry.cpp [new file with mode: 0644]
src/OspLiveboxService.cpp [deleted file]
src/OspLiveboxServiceEntry.cpp [deleted file]