move logic to server library
authorYoung Ik Cho <youngik.cho@samsung.com>
Thu, 18 Jul 2013 10:22:38 +0000 (19:22 +0900)
committerYoung Ik Cho <youngik.cho@samsung.com>
Thu, 18 Jul 2013 10:22:38 +0000 (19:22 +0900)
Change-Id: Ia880b10cd2bc59643b7e6255ccf78ca2e64f38ad
Signed-off-by: Young Ik Cho <youngik.cho@samsung.com>
src/app/CMakeLists.txt
src/app/FApp_NotificationManagerImpl.h [moved from src/app/inc/FApp_NotificationManagerImpl.h with 99% similarity]
src/server/CMakeLists.txt
src/server/app/FApp_AppLaunchCondition.cpp [moved from src/app/FApp_AppLaunchCondition.cpp with 100% similarity]
src/server/app/FApp_AppLaunchConditionHandlerBase.cpp [moved from src/app/FApp_AppLaunchConditionHandlerBase.cpp with 100% similarity]
src/server/inc/FApp_AppLaunchCondition.h [moved from src/app/inc/FApp_AppLaunchCondition.h with 100% similarity]
src/server/inc/FApp_AppLaunchConditionHandlerBase.h [moved from src/app/inc/FApp_AppLaunchConditionHandlerBase.h with 100% similarity]

index e392e2e..75921b7 100644 (file)
@@ -48,8 +48,6 @@ SET (${this_target}_SOURCE_FILES
        FApp_AppManagerIpcMessage.cpp
        FApp_ConditionManagerIpcMessages.cpp
        FApp_PackageManagerIpcMessages.cpp
-       FApp_AppLaunchCondition.cpp
-       FApp_AppLaunchConditionHandlerBase.cpp
        FAppSqlDataControl.cpp
        FApp_SqlDataControlImpl.cpp
        FAppMapDataControl.cpp
similarity index 99%
rename from src/app/inc/FApp_NotificationManagerImpl.h
rename to src/app/FApp_NotificationManagerImpl.h
index 6e834ca..77868e8 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace App
 
 class NotificationManager;
 
-class _OSP_EXPORT_ _NotificationManagerImpl
+class _NotificationManagerImpl
 {
 
 public:
index 6a1df8c..362a2e7 100644 (file)
@@ -14,6 +14,8 @@ INCLUDE_DIRECTORIES (
 
 SET (${this_target}_SOURCE_FILES
        app/FApp_AulServer.cpp
+       app/FApp_AppLaunchCondition.cpp
+       app/FApp_AppLaunchConditionHandlerBase.cpp
        app/package/FAppPkg_PackageManagerServer.cpp
        io/FIo_IpcServer.cpp
        security/FSec_PrivilegeManagerServer.cpp