summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAKalinich-Luxoft <AKalinich@luxoft.com>2017-08-29 12:26:20 +0300
committerAKalinich-Luxoft <AKalinich@luxoft.com>2017-08-29 12:26:20 +0300
commit43b481da8cb05f2e4521c68d4b74a2c34d656071 (patch)
treebdb10a66405760066c93df70322503448dc2647b /src
parent0e8d68349ffe9742ad7dfe43a10c698f2fb51465 (diff)
downloadsdl_core-43b481da8cb05f2e4521c68d4b74a2c34d656071.tar.gz
Remove unused ini file from project
Remove custom timeout for RC requests
Diffstat (limited to 'src')
-rw-r--r--src/appMain/smartDeviceLink.ini4
-rw-r--r--src/components/remote_control/test/CMakeLists.txt4
-rw-r--r--src/components/remote_control/test/smartDeviceLink.ini4
3 files changed, 1 insertions, 11 deletions
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index f177018641..4557944048 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -271,7 +271,3 @@ MaxNumberOfiOSDevice = 10
WaitTimeBetweenApps = 4000
; App Launch on iOS devices SDL feature enabler/disabler
EnableAppLaunchIOS = true
-
-[Remote Control]
-; Timeout to wait for HMI response for RC APIs coming from mobile
-timeout_period_seconds = 10
diff --git a/src/components/remote_control/test/CMakeLists.txt b/src/components/remote_control/test/CMakeLists.txt
index dca96fdc0f..6457b56397 100644
--- a/src/components/remote_control/test/CMakeLists.txt
+++ b/src/components/remote_control/test/CMakeLists.txt
@@ -40,10 +40,8 @@ endif()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCOV_FLAGS}")
-configure_file(smartDeviceLink.ini smartDeviceLink.ini COPYONLY)
-
# use, i.e. don't skip the full RPATH for the build tree
-#SET(CMAKE_SKIP_BUILD_RPATH FALSE)
+#SET(CMAKE_SKIP_BUILD_RPATH FALSE)
# when building, don't use the install RPATH already
# (but later on when installing)
diff --git a/src/components/remote_control/test/smartDeviceLink.ini b/src/components/remote_control/test/smartDeviceLink.ini
deleted file mode 100644
index b31461183e..0000000000
--- a/src/components/remote_control/test/smartDeviceLink.ini
+++ /dev/null
@@ -1,4 +0,0 @@
-[Remote Control]
-address = 127.0.0.1
-port = 8092
-timeout_period_seconds = 10