Change source position of appfw-server
authorHyunbin Lee <hyunbin.lee@samsung.com>
Tue, 22 Oct 2013 12:40:59 +0000 (21:40 +0900)
committerHyunbin Lee <hyunbin.lee@samsung.com>
Wed, 23 Oct 2013 13:42:13 +0000 (22:42 +0900)
commitba579df8b7bd47e2875e4833455443f56683ee01
tree5399795532123809d60deabb4aba7b8bf04a5e8c
parente8df074a73659d520920bcb62e638dcc0ff11283
Change source position of appfw-server

Change-Id: Ic13086bcf2ade79099f1ea8d4e47943da0c66458
Signed-off-by: Hyunbin Lee <hyunbin.lee@samsung.com>
23 files changed:
CMakeLists.txt
osp-appfw-server.pc.in
packaging/osp-appfw.spec
src/CMakeLists.txt
src/server/CMakeLists.txt
src/server/appfw/CMakeLists.txt [new file with mode: 0644]
src/server/appfw/app/FApp_AppLaunchCondition.cpp [moved from src/server/app/FApp_AppLaunchCondition.cpp with 100% similarity]
src/server/appfw/app/FApp_AppLaunchConditionHandlerBase.cpp [moved from src/server/app/FApp_AppLaunchConditionHandlerBase.cpp with 100% similarity]
src/server/appfw/app/FApp_AppManagerEvent.cpp [moved from src/server/app/FApp_AppManagerEvent.cpp with 100% similarity]
src/server/appfw/app/FApp_AulServer.cpp [moved from src/server/app/FApp_AulServer.cpp with 100% similarity]
src/server/appfw/app/package/FAppPkg_PackageManagerServer.cpp [moved from src/server/app/package/FAppPkg_PackageManagerServer.cpp with 100% similarity]
src/server/appfw/inc/FAppPkg_PackageManagerServer.h [moved from src/server/inc/FAppPkg_PackageManagerServer.h with 100% similarity]
src/server/appfw/inc/FApp_AppLaunchCondition.h [moved from src/server/inc/FApp_AppLaunchCondition.h with 100% similarity]
src/server/appfw/inc/FApp_AppLaunchConditionHandlerBase.h [moved from src/server/inc/FApp_AppLaunchConditionHandlerBase.h with 100% similarity]
src/server/appfw/inc/FApp_AppManagerEvent.h [moved from src/server/inc/FApp_AppManagerEvent.h with 100% similarity]
src/server/appfw/inc/FApp_AppManagerEventArg.h [moved from src/server/inc/FApp_AppManagerEventArg.h with 100% similarity]
src/server/appfw/inc/FApp_AulServer.h [moved from src/server/inc/FApp_AulServer.h with 100% similarity]
src/server/appfw/inc/FApp_IAppLaunchConditionEventListener.h [moved from src/server/inc/FApp_IAppLaunchConditionEventListener.h with 100% similarity]
src/server/appfw/inc/FApp_IAppManagerEventListener.h [moved from src/server/inc/FApp_IAppManagerEventListener.h with 100% similarity]
src/server/appfw/inc/FIo_IpcServer.h [moved from src/server/inc/FIo_IpcServer.h with 100% similarity]
src/server/appfw/inc/FSec_PrivilegeManagerServer.h [moved from src/server/inc/FSec_PrivilegeManagerServer.h with 100% similarity]
src/server/appfw/io/FIo_IpcServer.cpp [moved from src/server/io/FIo_IpcServer.cpp with 100% similarity]
src/server/appfw/security/FSec_PrivilegeManagerServer.cpp [moved from src/server/security/FSec_PrivilegeManagerServer.cpp with 100% similarity]