summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
Diffstat (limited to 'service')
-rw-r--r--service/notification-manager/NotificationManager/build/linux/Makefile1
-rw-r--r--service/notification-manager/build/tizen/CMakeLists.txt1
-rw-r--r--service/protocol-plugin/plugins/mqtt-fan/build/linux/Makefile1
-rw-r--r--service/protocol-plugin/plugins/mqtt-light/build/linux/Makefile1
-rw-r--r--service/protocol-plugin/sample-app/linux/mqtt/Makefile1
-rw-r--r--service/soft-sensor-manager/SSMCore/build/linux/Makefile4
-rw-r--r--service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/build/makefile2
-rw-r--r--service/soft-sensor-manager/SampleApp/arduino/THSensorApp/build/makefile2
-rw-r--r--service/soft-sensor-manager/SampleApp/arduino/THSensorApp1/build/makefile2
-rw-r--r--service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/build/makefile2
-rw-r--r--service/soft-sensor-manager/SampleApp/linux/THSensorApp/build/Makefile2
-rw-r--r--service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile2
-rw-r--r--service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/CMakeLists.txt1
-rw-r--r--service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/makefile_org1
-rw-r--r--service/soft-sensor-manager/build/tizen/SampleApp/ClientApp/CMakeLists.txt1
-rw-r--r--service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp/CMakeLists.txt1
-rw-r--r--service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp1/CMakeLists.txt1
-rw-r--r--service/things-manager/sampleapp/linux/configuration/makefile5
-rw-r--r--service/things-manager/sampleapp/linux/groupaction/makefile1
-rw-r--r--service/things-manager/sampleapp/linux/groupsyncaction/makefile3
-rw-r--r--service/things-manager/sdk/build/linux/Makefile1
-rw-r--r--service/third_party_libs.scons1
22 files changed, 7 insertions, 30 deletions
diff --git a/service/notification-manager/NotificationManager/build/linux/Makefile b/service/notification-manager/NotificationManager/build/linux/Makefile
index d1e9288c7..26aa59207 100644
--- a/service/notification-manager/NotificationManager/build/linux/Makefile
+++ b/service/notification-manager/NotificationManager/build/linux/Makefile
@@ -3,7 +3,6 @@ VPATH = ../../src:../../src/linux:../../../SampleApp/linux/sampleConsumer:../../
OCPATH = ../../../../../resource
OCINCLUDE = $(OCPATH)/include
STACKINCLUDE = $(OCPATH)/csdk/stack/include
-SOCKETINCLUDE = $(OCPATH)/csdk/ocsocket/include
OCLOGGERINCLUDE = $(OCPATH)/oc_logger/include
NOTIFICATIONINCLUDE = ../../include
BOOSTPATH = ../../../../../boost_1_51_0
diff --git a/service/notification-manager/build/tizen/CMakeLists.txt b/service/notification-manager/build/tizen/CMakeLists.txt
index 3fa239345..2e33a43c3 100644
--- a/service/notification-manager/build/tizen/CMakeLists.txt
+++ b/service/notification-manager/build/tizen/CMakeLists.txt
@@ -4,7 +4,6 @@ SET(NOTI_BASE_DIR "${BASE_SRC_DIR}/notification-manager")
INCLUDE_DIRECTORIES(${INCLUDE_INSTALL_DIR}/oic)
INCLUDE_DIRECTORIES(${INCLUDE_INSTALL_DIR}/oic/stack)
-INCLUDE_DIRECTORIES(${INCLUDE_INSTALL_DIR}/oic/ocsocket)
INCLUDE_DIRECTORIES(${INCLUDE_INSTALL_DIR}/boost)
INCLUDE_DIRECTORIES(${NOTI_BASE_DIR}/NotificationManager/include)
diff --git a/service/protocol-plugin/plugins/mqtt-fan/build/linux/Makefile b/service/protocol-plugin/plugins/mqtt-fan/build/linux/Makefile
index d40b1d121..0babef25c 100644
--- a/service/protocol-plugin/plugins/mqtt-fan/build/linux/Makefile
+++ b/service/protocol-plugin/plugins/mqtt-fan/build/linux/Makefile
@@ -12,7 +12,6 @@ DEPEND_DIR:= $(LIB_DIR)/dependencies
CXX_INC := -I$(LIB_DIR)/include/
CXX_INC += -I$(LIB_DIR)/oc_logger/include/
CXX_INC += -I$(LIB_DIR)/csdk/stack/include/
-CXX_INC += -I$(LIB_DIR)/csdk/ocsocket/include/
CXX_INC += -I$(LIB_DIR)/csdk/ocrandom/include/
CXX_INC += -I$(LIB_DIR)/csdk/logger/include/
CXX_INC += -I$(BOOST_DIR)
diff --git a/service/protocol-plugin/plugins/mqtt-light/build/linux/Makefile b/service/protocol-plugin/plugins/mqtt-light/build/linux/Makefile
index d7e7b4e2a..dbce34a5a 100644
--- a/service/protocol-plugin/plugins/mqtt-light/build/linux/Makefile
+++ b/service/protocol-plugin/plugins/mqtt-light/build/linux/Makefile
@@ -12,7 +12,6 @@ DEPEND_DIR:= $(LIB_DIR)/dependencies
CXX_INC := -I$(LIB_DIR)/include/
CXX_INC += -I$(LIB_DIR)/oc_logger/include/
CXX_INC += -I$(LIB_DIR)/csdk/stack/include/
-CXX_INC += -I$(LIB_DIR)/csdk/ocsocket/include/
CXX_INC += -I$(LIB_DIR)/csdk/ocrandom/include/
CXX_INC += -I$(LIB_DIR)/csdk/logger/include/
CXX_INC += -I$(BOOST_DIR)
diff --git a/service/protocol-plugin/sample-app/linux/mqtt/Makefile b/service/protocol-plugin/sample-app/linux/mqtt/Makefile
index fbce338b0..4ac77993b 100644
--- a/service/protocol-plugin/sample-app/linux/mqtt/Makefile
+++ b/service/protocol-plugin/sample-app/linux/mqtt/Makefile
@@ -10,7 +10,6 @@ DEPEND_DIR:= $(LIB_DIR)/dependencies
CXX_INC := -I$(LIB_DIR)/include/
CXX_INC += -I$(LIB_DIR)/oc_logger/include/
CXX_INC += -I$(LIB_DIR)/csdk/stack/include/
-CXX_INC += -I$(LIB_DIR)/csdk/ocsocket/include/
CXX_INC += -I$(LIB_DIR)/csdk/ocrandom/include/
CXX_INC += -I$(LIB_DIR)/csdk/logger/include/
CXX_INC += -I$(BOOST_DIR)
diff --git a/service/soft-sensor-manager/SSMCore/build/linux/Makefile b/service/soft-sensor-manager/SSMCore/build/linux/Makefile
index 8cf72ba7d..9711461b7 100644
--- a/service/soft-sensor-manager/SSMCore/build/linux/Makefile
+++ b/service/soft-sensor-manager/SSMCore/build/linux/Makefile
@@ -13,7 +13,7 @@ EXCLUDE_LIST=SSMCore_JNI.cpp
# C++ type Compile Flag define.
CXX=g++
CXX_FLAGS=-std=c++0x -Wall -pthread -DLINUX -ldl -DNDEBUG
-CXX_INC=-I${INC_PATH}/ -I${SRC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_LOG_DIR}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocsocket/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST}
+CXX_INC=-I${INC_PATH}/ -I${SRC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_LOG_DIR}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST}
CXX_LIB=-L""
CXX_SRCPATH=${wildcard ${SRC_PATH}/**/*.cpp}
@@ -25,7 +25,7 @@ CXX_OBJLIST=${CXX_USESRCS:.cpp=.o}
# C type Compile Flag define.
GCC=gcc
GCC_FLAGS=-Wall -pthread -DLINUX -ldl -DNDEBUG
-GCC_INC=-I../../ -I${INC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocsocket/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST} -I${SRC_PATH} -I${SRC_PATH}/Common -I${SRC_PATH}/QueryProcessor -I${SRC_PATH}/SensorProcessor -I${SRC_PATH}/SSMInterface
+GCC_INC=-I../../ -I${INC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST} -I${SRC_PATH} -I${SRC_PATH}/Common -I${SRC_PATH}/QueryProcessor -I${SRC_PATH}/SensorProcessor -I${SRC_PATH}/SSMInterface
GCC_SRCPATH=${wildcard ${SRC_PATH}/**/*.c}
GCC_SRCLIST=${notdir ${GCC_SRCPATH}}
diff --git a/service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/build/makefile b/service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/build/makefile
index 4abd7ec98..edb513604 100644
--- a/service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/build/makefile
+++ b/service/soft-sensor-manager/SampleApp/arduino/Reference_Thing/build/makefile
@@ -19,7 +19,6 @@ TB_DIR = ../../../../../../resource/csdk
LOGGER_DIR = $(TB_DIR)/logger
OC_LOG_DIR = $(TB_DIR)/../oc_logger
TBSTACK_DIR = $(TB_DIR)/stack
-TBSOCKET_DIR = $(TB_DIR)/ocsocket
include $(TB_DIR)/local.properties
include $(TB_DIR)/$(PLATFORM).properties
@@ -27,7 +26,6 @@ include $(TB_DIR)/$(PLATFORM).properties
VPATH := $(SDIR_ARD_PLATFORM)
#include directories
-OCSOCK_DIR = $(TB_DIR)/ocsocket
LOGGER_DIR = $(TB_DIR)/logger
STACK_DIR = $(TB_DIR)/stack
INC_DIRS = -I$(OCSOCK_DIR)/include/ -I$(OC_LOG_DIR)/include -I$(LOGGER_DIR)/include -I$(STACK_DIR)/include -I../include
diff --git a/service/soft-sensor-manager/SampleApp/arduino/THSensorApp/build/makefile b/service/soft-sensor-manager/SampleApp/arduino/THSensorApp/build/makefile
index e3203bc85..39a6e69c5 100644
--- a/service/soft-sensor-manager/SampleApp/arduino/THSensorApp/build/makefile
+++ b/service/soft-sensor-manager/SampleApp/arduino/THSensorApp/build/makefile
@@ -15,7 +15,6 @@ TB_DIR = ../../../../../../resource/csdk
LOGGER_DIR = $(TB_DIR)/logger
OC_LOG_DIR = $(TB_DIR)/../oc_logger
TBSTACK_DIR = $(TB_DIR)/stack
-TBSOCKET_DIR = $(TB_DIR)/ocsocket
include $(TB_DIR)/local.properties
include $(TB_DIR)/$(PLATFORM).properties
@@ -23,7 +22,6 @@ include $(TB_DIR)/$(PLATFORM).properties
VPATH := $(SDIR_ARD_PLATFORM)
#include directories
-OCSOCK_DIR = $(TB_DIR)/ocsocket
LOGGER_DIR = $(TB_DIR)/logger
STACK_DIR = $(TB_DIR)/stack
INC_DIRS = -I$(OCSOCK_DIR)/include/ -I$(OC_LOG_DIR)/include -I$(LOGGER_DIR)/include -I$(STACK_DIR)/include
diff --git a/service/soft-sensor-manager/SampleApp/arduino/THSensorApp1/build/makefile b/service/soft-sensor-manager/SampleApp/arduino/THSensorApp1/build/makefile
index e3203bc85..39a6e69c5 100644
--- a/service/soft-sensor-manager/SampleApp/arduino/THSensorApp1/build/makefile
+++ b/service/soft-sensor-manager/SampleApp/arduino/THSensorApp1/build/makefile
@@ -15,7 +15,6 @@ TB_DIR = ../../../../../../resource/csdk
LOGGER_DIR = $(TB_DIR)/logger
OC_LOG_DIR = $(TB_DIR)/../oc_logger
TBSTACK_DIR = $(TB_DIR)/stack
-TBSOCKET_DIR = $(TB_DIR)/ocsocket
include $(TB_DIR)/local.properties
include $(TB_DIR)/$(PLATFORM).properties
@@ -23,7 +22,6 @@ include $(TB_DIR)/$(PLATFORM).properties
VPATH := $(SDIR_ARD_PLATFORM)
#include directories
-OCSOCK_DIR = $(TB_DIR)/ocsocket
LOGGER_DIR = $(TB_DIR)/logger
STACK_DIR = $(TB_DIR)/stack
INC_DIRS = -I$(OCSOCK_DIR)/include/ -I$(OC_LOG_DIR)/include -I$(LOGGER_DIR)/include -I$(STACK_DIR)/include
diff --git a/service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/build/makefile b/service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/build/makefile
index 9f7905099..df83b9660 100644
--- a/service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/build/makefile
+++ b/service/soft-sensor-manager/SampleApp/arduino/Trackee_Thing/build/makefile
@@ -19,7 +19,6 @@ TB_DIR = ../../../../../../resource/csdk
LOGGER_DIR = $(TB_DIR)/logger
OC_LOG_DIR = $(TB_DIR)/../oc_logger
TBSTACK_DIR = $(TB_DIR)/stack
-TBSOCKET_DIR = $(TB_DIR)/ocsocket
include $(TB_DIR)/local.properties
include $(TB_DIR)/$(PLATFORM).properties
@@ -27,7 +26,6 @@ include $(TB_DIR)/$(PLATFORM).properties
VPATH := $(SDIR_ARD_PLATFORM)
#include directories
-OCSOCK_DIR = $(TB_DIR)/ocsocket
LOGGER_DIR = $(TB_DIR)/logger
STACK_DIR = $(TB_DIR)/stack
INC_DIRS = -I$(OCSOCK_DIR)/include/ -I$(OC_LOG_DIR)/include -I$(LOGGER_DIR)/include -I$(STACK_DIR)/include -I../include
diff --git a/service/soft-sensor-manager/SampleApp/linux/THSensorApp/build/Makefile b/service/soft-sensor-manager/SampleApp/linux/THSensorApp/build/Makefile
index 28802e8d7..f2da903b4 100644
--- a/service/soft-sensor-manager/SampleApp/linux/THSensorApp/build/Makefile
+++ b/service/soft-sensor-manager/SampleApp/linux/THSensorApp/build/Makefile
@@ -11,7 +11,7 @@ TARGET=THSensorApp
CXX=g++
CXX_FLAGS=-std=c++0x -Wall -DLINUX
-CXX_INC=-I${INC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_LOG_DIR}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocsocket/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST}
+CXX_INC=-I${INC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_LOG_DIR}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST}
CXX_LIB+=${IOT_RELEASE}/${IOT_LIB}
CXX_LIB+=${IOT_CSDK_RELEASE}/${IOT_CSDK_LIB}
diff --git a/service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile b/service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile
index a195f01bc..5b449aac7 100644
--- a/service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile
+++ b/service/soft-sensor-manager/SampleApp/linux/THSensorApp1/build/Makefile
@@ -11,7 +11,7 @@ TARGET=THSensorApp1
CXX=g++
CXX_FLAGS=-std=c++0x -Wall -DLINUX
-CXX_INC=-I${INC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_LOG_DIR}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocsocket/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST}
+CXX_INC=-I${INC_PATH}/ -I${IOT_BASE}/include/ -I${IOT_LOG_DIR}/include/ -I${IOT_BASE}/csdk/stack/include -I${IOT_BASE}/csdk/ocrandom/include -I${IOT_BASE}/csdk/logger/include -I${BOOST}
CXX_LIB+=${IOT_RELEASE}/${IOT_LIB}
CXX_LIB+=${IOT_CSDK_RELEASE}/${IOT_CSDK_LIB}
diff --git a/service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/CMakeLists.txt b/service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/CMakeLists.txt
index 7aa6d406b..7ec7d7e54 100644
--- a/service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/CMakeLists.txt
+++ b/service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/CMakeLists.txt
@@ -10,7 +10,6 @@ SET(CMAKE_EXE_LINKER_FLAGS " -Wl,--as-needed -Wl,--hash-style=both")
#INCLUDE_DIRECTORIES(include)
#INCLUDE_DIRECTORIES(csdk/stack/include)
-#INCLUDE_DIRECTORIES(csdk/ocsocket/include)
#INCLUDE_DIRECTORIES(csdk/ocrandom/include)
#INCLUDE_DIRECTORIES(csdk/logger/include)
#INCLUDE_DIRECTORIES(${INCLUDE_INSTALL_DIR}/boost)
diff --git a/service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/makefile_org b/service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/makefile_org
index 85ece274d..118d960e2 100644
--- a/service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/makefile_org
+++ b/service/soft-sensor-manager/SampleApp/tizen/SSMTesterApp/makefile_org
@@ -13,7 +13,6 @@ CXX_FLAGS.release := -std=c++0x -Wall -pthread
CXX_INC := -I./include/
CXX_INC += -I./csdk/stack/include
-CXX_INC += -I./csdk/ocsocket/include
CXX_INC += -I./csdk/ocrandom/include
CXX_INC += -I./csdk/logger/include
CXX_INC += -I/usr/local/boost_1_51_0
diff --git a/service/soft-sensor-manager/build/tizen/SampleApp/ClientApp/CMakeLists.txt b/service/soft-sensor-manager/build/tizen/SampleApp/ClientApp/CMakeLists.txt
index 89b15b876..cb0c214ba 100644
--- a/service/soft-sensor-manager/build/tizen/SampleApp/ClientApp/CMakeLists.txt
+++ b/service/soft-sensor-manager/build/tizen/SampleApp/ClientApp/CMakeLists.txt
@@ -5,7 +5,6 @@ SET(SS_SAMPLE_SSMCLIENT_PATH, "${SS_SAMPLE_PATH}/ClientApp");
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/stack/include)
-INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/ocsocket/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/ocrandom/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/logger/include)
INCLUDE_DIRECTORIES(${INCLUDE_INSTALL_DIR}/boost)
diff --git a/service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp/CMakeLists.txt b/service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp/CMakeLists.txt
index d74f5a520..86c8d8939 100644
--- a/service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp/CMakeLists.txt
+++ b/service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp/CMakeLists.txt
@@ -5,7 +5,6 @@ SET(SS_SAMPLE_THSEN_PATH, "${SS_SAMPLE_PATH}/THSensorApp");
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/stack/include)
-INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/ocsocket/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/ocrandom/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/logger/include)
INCLUDE_DIRECTORIES(${INCLUDE_INSTALL_DIR}/boost)
diff --git a/service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp1/CMakeLists.txt b/service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp1/CMakeLists.txt
index d1909c90d..192b8e12a 100644
--- a/service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp1/CMakeLists.txt
+++ b/service/soft-sensor-manager/build/tizen/SampleApp/THSensorApp1/CMakeLists.txt
@@ -5,7 +5,6 @@ SET(SS_SAMPLE_THSEN1_PATH, "${SS_SAMPLE_PATH}/THSensorApp1");
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/stack/include)
-INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/ocsocket/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/ocrandom/include)
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/resource/csdk/logger/include)
INCLUDE_DIRECTORIES(${INCLUDE_INSTALL_DIR}/boost)
diff --git a/service/things-manager/sampleapp/linux/configuration/makefile b/service/things-manager/sampleapp/linux/configuration/makefile
index e0eb57c26..32251dd63 100644
--- a/service/things-manager/sampleapp/linux/configuration/makefile
+++ b/service/things-manager/sampleapp/linux/configuration/makefile
@@ -14,10 +14,9 @@ CXX_FLAGS=-std=c++0x -Wall -pthread -DLINUX -ldl
CXX_INC := -I../../ -I../../inc/ -I../../../sdk/inc/ -I../../../sdk/src/
CXX_INC += -I${IOT_BASE}/include/
-CXX_INC += -I${IOT_BASE}/oc_logger/include
+CXX_INC += -I${IOT_BASE}/oc_logger/include
CXX_INC += -I${IOT_BASE}/csdk/stack/include
-CXX_INC += -I${IOT_BASE}/csdk/ocsocket/include
-CXX_INC += -I${IOT_BASE}/csdk/ocrandom/include
+CXX_INC += -I${IOT_BASE}/csdk/ocrandom/include
CXX_INC += -I${IOT_BASE}/csdk/logger/include
CXX_LIB=-L""
diff --git a/service/things-manager/sampleapp/linux/groupaction/makefile b/service/things-manager/sampleapp/linux/groupaction/makefile
index bddcbe451..985df0476 100644
--- a/service/things-manager/sampleapp/linux/groupaction/makefile
+++ b/service/things-manager/sampleapp/linux/groupaction/makefile
@@ -15,7 +15,6 @@ CXX_INC := -I../../ -I../../inc/
CXX_INC += -I${IOT_BASE}/include/
CXX_INC += -I${IOT_BASE}/oc_logger/include
CXX_INC += -I${IOT_BASE}/csdk/stack/include
-CXX_INC += -I${IOT_BASE}/csdk/ocsocket/include
CXX_INC += -I${IOT_BASE}/csdk/ocrandom/include
CXX_INC += -I${IOT_BASE}/csdk/logger/include
CXX_INC += -I../../../sdk/inc
diff --git a/service/things-manager/sampleapp/linux/groupsyncaction/makefile b/service/things-manager/sampleapp/linux/groupsyncaction/makefile
index b0b767ce4..0a194cc2f 100644
--- a/service/things-manager/sampleapp/linux/groupsyncaction/makefile
+++ b/service/things-manager/sampleapp/linux/groupsyncaction/makefile
@@ -16,8 +16,7 @@ CXX_INC := -I../../ -I../../inc/ -I../../../sdk/inc/ -I../../../sdk/src/
CXX_INC += -I${IOT_BASE}/include/
CXX_INC += -I${IOT_BASE}/oc_logger/include
CXX_INC += -I${IOT_BASE}/csdk/stack/include
-CXX_INC += -I${IOT_BASE}/csdk/ocsocket/include
-CXX_INC += -I${IOT_BASE}/csdk/ocrandom/include
+CXX_INC += -I${IOT_BASE}/csdk/ocrandom/include
CXX_INC += -I${IOT_BASE}/csdk/logger/include
CXX_LIB=-L""
diff --git a/service/things-manager/sdk/build/linux/Makefile b/service/things-manager/sdk/build/linux/Makefile
index f00a51ef9..96e8e1046 100644
--- a/service/things-manager/sdk/build/linux/Makefile
+++ b/service/things-manager/sdk/build/linux/Makefile
@@ -19,7 +19,6 @@ CXX_INC := -I../../ -I../../inc/ -I../../src/
CXX_INC += -I${IOT_BASE}/include/
CXX_INC += -I${IOT_BASE}/oc_logger/include
CXX_INC += -I${IOT_BASE}/csdk/stack/include
-CXX_INC += -I${IOT_BASE}/csdk/ocsocket/include
CXX_INC += -I${IOT_BASE}/csdk/ocrandom/include
CXX_INC += -I${IOT_BASE}/csdk/logger/include
diff --git a/service/third_party_libs.scons b/service/third_party_libs.scons
index ac543d2b6..f979c8984 100644
--- a/service/third_party_libs.scons
+++ b/service/third_party_libs.scons
@@ -47,7 +47,6 @@ lib_env.AppendUnique(CPPPATH = [
resource_path + '/include' ,
resource_path + '/oc_logger/include',
resource_path + '/csdk/stack/include',
- resource_path + '/csdk/ocsocket/include',
resource_path + '/csdk/ocrandom/include',
resource_path + '/csdk/logger/include'
])