Adjust Pimpl idiom on signature validator 29/51829/1
authorKyungwook Tak <k.tak@samsung.com>
Mon, 16 Nov 2015 11:00:46 +0000 (20:00 +0900)
committerKyungwook Tak <k.tak@samsung.com>
Mon, 16 Nov 2015 11:28:48 +0000 (20:28 +0900)
commit10ad2898fb414105c9f7f3d577f323f8f818b405
tree684d60367b159f8ba1851349fdd0327f92e486d0
parentafa065cb40f31035274261869658089981df3a3b
Adjust Pimpl idiom on signature validator

 * Support expandable error code/string for plugin
 * Plugin is loaded once when SignatureValidator constructed
 * To hide plugin handler and other classes, pimpl idiom applied

Change-Id: I8597e3489f58a042070b409638bc8a2cdcd17b8d
Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
tests/plugin/plugin-sample.cpp
tests/vcore/test-common.cpp
tests/vcore/test-common.h
tests/vcore/test-signature-validator.cpp
vcore/CMakeLists.txt
vcore/vcore/Error.h [new file with mode: 0644]
vcore/vcore/PluginHandler.cpp
vcore/vcore/PluginHandler.h
vcore/vcore/SignatureValidator.cpp
vcore/vcore/SignatureValidator.h
vcore/vcore/ValidatorPluginApi.h