Move sample engine lib to test package 11/72511/2
authorKyungwook Tak <k.tak@samsung.com>
Wed, 1 Jun 2016 09:28:06 +0000 (18:28 +0900)
committerkyungwook tak <k.tak@samsung.com>
Wed, 1 Jun 2016 09:36:42 +0000 (02:36 -0700)
commit39cdfecc8c0032b05f5f6d5ccd339381d2c9c1a9
treeba955a7166a4bfe7edd501e789218f831618cb55
parent33a448857d52b4aa29e4f4029058c23a9b1c69ad
Move sample engine lib to test package

TODO: handle for the case of engine not exist.
      CSR_ERROR_ENGINE_NOT_EXIST error code should be returned.

Change-Id: I0c11c7a89cddc4abb5efb72f852302e98e97de56
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
18 files changed:
CMakeLists.txt
packaging/csr-framework.spec
packaging/csr.manifest.in
src/framework/service/server-service.cpp
test/CMakeLists.txt
test/engine/CMakeLists.txt [moved from engine/CMakeLists.txt with 100% similarity]
test/engine/content-screening/CMakeLists.txt [moved from engine/content-screening/CMakeLists.txt with 64% similarity]
test/engine/content-screening/resources/csret_cs_virus_signatures [moved from engine/content-screening/resources/csret_cs_virus_signatures with 100% similarity]
test/engine/content-screening/resources/vendor_logo.bmp [moved from engine/web-protection/resources/vendor_logo.bmp with 100% similarity]
test/engine/content-screening/sample-engine.cpp [moved from engine/content-screening/sample-engine.cpp with 100% similarity]
test/engine/web-protection/CMakeLists.txt [moved from engine/web-protection/CMakeLists.txt with 64% similarity]
test/engine/web-protection/resources/csret_wp_risky_urls [moved from engine/web-protection/resources/csret_wp_risky_urls with 100% similarity]
test/engine/web-protection/resources/vendor_logo.bmp [moved from engine/content-screening/resources/vendor_logo.bmp with 100% similarity]
test/engine/web-protection/sample-engine.cpp [moved from engine/web-protection/sample-engine.cpp with 100% similarity]
test/internals/CMakeLists.txt
test/internals/test-cs-loader.cpp
test/internals/test-main.cpp
test/internals/test-wp-loader.cpp