Reorganize directory structure 36/248136/1
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 23 Nov 2020 03:11:02 +0000 (12:11 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 23 Nov 2020 03:11:02 +0000 (12:11 +0900)
Change-Id: Ide6e34f653e78ec0e5474015dca62e277fa81645

CMakeLists.txt
src/sclconnection-isf.cpp
src/sclcoreui-efl.h
src/web_helper_agent.cpp [moved from src/legacy_support/web_helper_agent.cpp with 100% similarity]
src/web_helper_agent.h [moved from src/legacy_support/web_helper_agent.h with 100% similarity]
src/websocket.cpp [moved from src/legacy_support/websocket.cpp with 100% similarity]
src/websocket.h [moved from src/legacy_support/websocket.h with 100% similarity]

index 2fe6e33..928a940 100644 (file)
@@ -22,7 +22,6 @@ MESSAGE(STATUS "Build type: ${CMAKE_BUILD_TYPE}")
 
 INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/src
                     ${CMAKE_SOURCE_DIR}/src/include
-                    ${CMAKE_SOURCE_DIR}/src/legacy_support
                    )
 
 INCLUDE(FindPkgConfig)
@@ -47,8 +46,8 @@ ENDIF(with_wayland)
 IF (with_websocket)
         ADD_DEFINITIONS("-DWEBSOCKET")
         SET(SRCS ${SRCS}
-            src/legacy_support/websocket.cpp
-            src/legacy_support/web_helper_agent.cpp)
+            src/websocket.cpp
+            src/web_helper_agent.cpp)
         SET(PKGS_CHECK_MODULES ${PKGS_CHECK_MODULES} libwebsockets)
 ENDIF(with_websocket)
 
index d00c7ce..74b13e3 100644 (file)
@@ -21,7 +21,7 @@
 #include <dlog.h>
 
 #ifdef WEBSOCKET
-#include "legacy_support/websocket.h"
+#include "websocket.h"
 extern CWebHelperAgentWebSocket g_websocket;
 #endif
 
index 82d03af..7358590 100644 (file)
@@ -23,7 +23,7 @@
 #include <Ecore.h>
 
 #ifdef WEBSOCKET
-#include "legacy_support/websocket.h"
+#include "websocket.h"
 #endif
 
 //SCL_BEGIN_DECLS