Integrate draft API header and internal test 37/66337/1
authorKyungwook Tak <k.tak@samsung.com>
Fri, 18 Mar 2016 07:56:46 +0000 (16:56 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 18 Apr 2016 11:11:59 +0000 (20:11 +0900)
commit4095f45279d8937ea05b5a93159fdb314018c815
treead11b02215ebe2d430a83c227df15eaee416a894
parent8a5a534f3ea7df9ba2784b0075dfc40955bc94b2
Integrate draft API header and internal test

Change-Id: I5c4f8bbeb4e0dbda352e4b6583350dcf3c8bf27c
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
22 files changed:
packaging/csr-framework.spec
src/CMakeLists.txt
src/framework/client/client-common.cpp [moved from src/framework/client/api.cpp with 67% similarity]
src/framework/client/client-common.h [new file with mode: 0644]
src/framework/client/content-screening.cpp [new file with mode: 0644]
src/framework/client/engine-manager.cpp [new file with mode: 0644]
src/framework/client/error.cpp [moved from src/include/csr/api.h with 75% similarity]
src/framework/client/web-protection.cpp [new file with mode: 0644]
src/framework/common/command-id.h
src/framework/service/logic.cpp
src/framework/service/logic.h
src/include/CMakeLists.txt
src/include/csr/content-screening-types.h [new file with mode: 0644]
src/include/csr/content-screening.h [new file with mode: 0644]
src/include/csr/engine-manager.h [new file with mode: 0644]
src/include/csr/error.h
src/include/csr/web-protection-types.h [new file with mode: 0644]
src/include/csr/web-protection.h [new file with mode: 0644]
test/CMakeLists.txt
test/test-api-content-screening.cpp [new file with mode: 0644]
test/test-api-engine-manager.cpp [moved from test/test-api.cpp with 62% similarity]
test/test-api-web-protection.cpp [new file with mode: 0644]