Merge branch '1.1-rel'
[platform/upstream/iotivity.git] / service / easy-setup / mediator / richsdk / unittests / SConscript
index 480df19..099eddb 100644 (file)
@@ -77,16 +77,13 @@ if target_os not in ['windows', 'winrt']:
 
 
 if env.get('SECURED') == '1':
-            mediator_rich_test_env.PrependUnique(LIBS = ['tinydtls','ocprovision', 'ocpmapi'])
+            mediator_rich_test_env.PrependUnique(LIBS = ['tinydtls','ocprovision', 'ocpmapi', 'timer'])
 
 mediator_rich_test_env.PrependUnique(LIBS = [
+    'ESMediatorRich',
     'oc',
     'octbstack',
     'oc_logger',
-    'oc_logger_core',
-    'connectivity_abstraction',
-    'coap',
-    'ESMediatorRich',
     gtest,
     gtest_main])
 
@@ -105,4 +102,4 @@ if env.get('TEST') == '1':
     target_os = env.get('TARGET_OS')
     if target_os == 'linux':
         from tools.scons.RunTest import *
-        run_test(mediator_rich_test_env, '', 'service/easy-setup/mediator/richsdk/unittests/mediator_richsdk_test')
\ No newline at end of file
+        run_test(mediator_rich_test_env, '', 'service/easy-setup/mediator/richsdk/unittests/mediator_richsdk_test')