add/remove/modify APIs. 40/66340/1
authorDongsun Lee <ds73.lee@samsung.com>
Tue, 22 Mar 2016 11:15:02 +0000 (20:15 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 18 Apr 2016 11:11:59 +0000 (20:11 +0900)
commit4b0a681141a79bdbc6340171d86a14c4b8667a3e
tree9d5bd81c9cc0f29f3fb6c460e8d424d9b75bc67d
parent6216e0d85609d6dc304d845c68eaf947f72f3b17
add/remove/modify APIs.

- added: csre_wp_result_get_detailed_url
- added: csre_cs_scan_app_on_cloud
- added: csr_engine_get_lastest_update_time
- added: csr_engine_destroy
- added: csre_wp_engine_get_lastest_update_time
- added: csre_cs_engine_get_lastest_update_time
- removed: csre_cs_scan_file_by_fd
- removed: csre_cs_set_scan_on_cloud

Change-Id: I23820255cab0c8ae748d81640b622fded9d76efd
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
17 files changed:
engine/content-screening/resources/csret_cs_virus_signatures
engine/content-screening/sample-engine.cpp
engine/web-protection/resources/csret_wp_risky_urls
engine/web-protection/sample-engine.cpp
src/framework/client/engine-manager.cpp
src/include/csr/content-screening.h
src/include/csr/engine-manager.h
src/include/csr/error.h
src/include/csr/web-protection.h
src/include/csre/content-screening-engine-info.h
src/include/csre/content-screening.h
src/include/csre/web-protection-engine-info.h
src/include/csre/web-protection.h
test/resources/test_app/data/test_malware_file [new file with mode: 0644]
test/test-api-engine-content-screening.cpp
test/test-api-engine-manager.cpp
test/test-api-engine-web-protection.cpp