Rename vcore directory to src 75/85775/3 accepted/tizen/3.0/ivi/20161011.053535 accepted/tizen/3.0/mobile/20161015.032743 accepted/tizen/3.0/tv/20161016.004035 accepted/tizen/3.0/wearable/20161015.081932 accepted/tizen/common/20160926.154111 accepted/tizen/ivi/20160927.020901 accepted/tizen/mobile/20160927.020843 accepted/tizen/tv/20160927.020657 accepted/tizen/wearable/20160927.020826 submit/tizen/20160926.005548 submit/tizen_3.0_ivi/20161010.000000 submit/tizen_3.0_ivi/20161010.000010 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
authorsangwan.kwon <sangwan.kwon@samsung.com>
Mon, 29 Aug 2016 05:19:55 +0000 (14:19 +0900)
committersangwan.kwon <sangwan.kwon@samsung.com>
Fri, 23 Sep 2016 01:37:42 +0000 (10:37 +0900)
Change-Id: I48a32ccf36f21e0754de78823c299e516d523272
Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
83 files changed:
CMakeLists.txt
src/CMakeLists.txt [new file with mode: 0644]
src/cert-svc/ccert.h [moved from vcore/cert-svc/ccert.h with 100% similarity]
src/cert-svc/cerror.h [moved from vcore/cert-svc/cerror.h with 100% similarity]
src/cert-svc/cinstance.h [moved from vcore/cert-svc/cinstance.h with 100% similarity]
src/cert-svc/cpkcs12.h [moved from vcore/cert-svc/cpkcs12.h with 100% similarity]
src/cert-svc/cprimitives.h [moved from vcore/cert-svc/cprimitives.h with 100% similarity]
src/cert-svc/cstring.h [moved from vcore/cert-svc/cstring.h with 100% similarity]
src/dpl/core/include/dpl/assert.h [moved from vcore/dpl/core/include/dpl/assert.h with 100% similarity]
src/dpl/core/include/dpl/colors.h [moved from vcore/dpl/core/include/dpl/colors.h with 100% similarity]
src/dpl/core/include/dpl/exception.h [moved from vcore/dpl/core/include/dpl/exception.h with 100% similarity]
src/dpl/core/include/dpl/singleton.h [moved from vcore/dpl/core/include/dpl/singleton.h with 100% similarity]
src/dpl/core/include/dpl/singleton_impl.h [moved from vcore/dpl/core/include/dpl/singleton_impl.h with 100% similarity]
src/dpl/core/src/assert.cpp [moved from vcore/dpl/core/src/assert.cpp with 100% similarity]
src/dpl/core/src/colors.cpp [moved from vcore/dpl/core/src/colors.cpp with 100% similarity]
src/dpl/core/src/exception.cpp [moved from vcore/dpl/core/src/exception.cpp with 100% similarity]
src/dpl/core/src/singleton.cpp [moved from vcore/dpl/core/src/singleton.cpp with 100% similarity]
src/dpl/log/include/dpl/log/abstract_log_provider.h [moved from vcore/dpl/log/include/dpl/log/abstract_log_provider.h with 100% similarity]
src/dpl/log/include/dpl/log/dlog_log_provider.h [moved from vcore/dpl/log/include/dpl/log/dlog_log_provider.h with 100% similarity]
src/dpl/log/include/dpl/log/journal_log_provider.h [moved from vcore/dpl/log/include/dpl/log/journal_log_provider.h with 100% similarity]
src/dpl/log/include/dpl/log/log.h [moved from vcore/dpl/log/include/dpl/log/log.h with 100% similarity]
src/dpl/log/include/dpl/log/old_style_log_provider.h [moved from vcore/dpl/log/include/dpl/log/old_style_log_provider.h with 100% similarity]
src/dpl/log/src/abstract_log_provider.cpp [moved from vcore/dpl/log/src/abstract_log_provider.cpp with 100% similarity]
src/dpl/log/src/dlog_log_provider.cpp [moved from vcore/dpl/log/src/dlog_log_provider.cpp with 100% similarity]
src/dpl/log/src/journal_log_provider.cpp [moved from vcore/dpl/log/src/journal_log_provider.cpp with 100% similarity]
src/dpl/log/src/log.cpp [moved from vcore/dpl/log/src/log.cpp with 100% similarity]
src/dpl/log/src/old_style_log_provider.cpp [moved from vcore/dpl/log/src/old_style_log_provider.cpp with 100% similarity]
src/server/include/cert-server-db.h [moved from vcore/server/include/cert-server-db.h with 100% similarity]
src/server/include/cert-server-debug.h [moved from vcore/server/include/cert-server-debug.h with 100% similarity]
src/server/include/cert-server-logic.h [moved from vcore/server/include/cert-server-logic.h with 100% similarity]
src/server/src/cert-server-db.c [moved from vcore/server/src/cert-server-db.c with 100% similarity]
src/server/src/cert-server-logic.c [moved from vcore/server/src/cert-server-logic.c with 100% similarity]
src/server/src/cert-server-main.c [moved from vcore/server/src/cert-server-main.c with 100% similarity]
src/vcore/Base64.cpp [moved from vcore/vcore/Base64.cpp with 100% similarity]
src/vcore/Base64.h [moved from vcore/vcore/Base64.h with 100% similarity]
src/vcore/CertStoreType.cpp [moved from vcore/vcore/CertStoreType.cpp with 100% similarity]
src/vcore/CertStoreType.h [moved from vcore/vcore/CertStoreType.h with 100% similarity]
src/vcore/Certificate.cpp [moved from vcore/vcore/Certificate.cpp with 100% similarity]
src/vcore/Certificate.h [moved from vcore/vcore/Certificate.h with 100% similarity]
src/vcore/CertificateCollection.cpp [moved from vcore/vcore/CertificateCollection.cpp with 100% similarity]
src/vcore/CertificateCollection.h [moved from vcore/vcore/CertificateCollection.h with 100% similarity]
src/vcore/CertificateConfigReader.cpp [moved from vcore/vcore/CertificateConfigReader.cpp with 100% similarity]
src/vcore/CertificateConfigReader.h [moved from vcore/vcore/CertificateConfigReader.h with 100% similarity]
src/vcore/CertificateIdentifier.h [moved from vcore/vcore/CertificateIdentifier.h with 100% similarity]
src/vcore/CertificateLoader.cpp [moved from vcore/vcore/CertificateLoader.cpp with 100% similarity]
src/vcore/CertificateLoader.h [moved from vcore/vcore/CertificateLoader.h with 100% similarity]
src/vcore/Client.cpp [moved from vcore/vcore/Client.cpp with 100% similarity]
src/vcore/Client.h [moved from vcore/vcore/Client.h with 100% similarity]
src/vcore/CryptoInit.cpp [moved from vcore/vcore/CryptoInit.cpp with 100% similarity]
src/vcore/CryptoInit.h [moved from vcore/vcore/CryptoInit.h with 100% similarity]
src/vcore/Error.h [moved from vcore/vcore/Error.h with 100% similarity]
src/vcore/Ocsp.cpp [moved from vcore/vcore/Ocsp.cpp with 100% similarity]
src/vcore/Ocsp.h [moved from vcore/vcore/Ocsp.h with 100% similarity]
src/vcore/ParserSchema.h [moved from vcore/vcore/ParserSchema.h with 100% similarity]
src/vcore/PluginHandler.cpp [moved from vcore/vcore/PluginHandler.cpp with 100% similarity]
src/vcore/PluginHandler.h [moved from vcore/vcore/PluginHandler.h with 100% similarity]
src/vcore/ReferenceValidator.cpp [moved from vcore/vcore/ReferenceValidator.cpp with 100% similarity]
src/vcore/ReferenceValidator.h [moved from vcore/vcore/ReferenceValidator.h with 100% similarity]
src/vcore/SaxReader.cpp [moved from vcore/vcore/SaxReader.cpp with 100% similarity]
src/vcore/SaxReader.h [moved from vcore/vcore/SaxReader.h with 100% similarity]
src/vcore/SignatureData.cpp [moved from vcore/vcore/SignatureData.cpp with 100% similarity]
src/vcore/SignatureData.h [moved from vcore/vcore/SignatureData.h with 100% similarity]
src/vcore/SignatureFinder.cpp [moved from vcore/vcore/SignatureFinder.cpp with 100% similarity]
src/vcore/SignatureFinder.h [moved from vcore/vcore/SignatureFinder.h with 100% similarity]
src/vcore/SignatureReader.cpp [moved from vcore/vcore/SignatureReader.cpp with 100% similarity]
src/vcore/SignatureReader.h [moved from vcore/vcore/SignatureReader.h with 100% similarity]
src/vcore/SignatureValidator.cpp [moved from vcore/vcore/SignatureValidator.cpp with 100% similarity]
src/vcore/SignatureValidator.h [moved from vcore/vcore/SignatureValidator.h with 100% similarity]
src/vcore/TimeConversion.cpp [moved from vcore/vcore/TimeConversion.cpp with 100% similarity]
src/vcore/TimeConversion.h [moved from vcore/vcore/TimeConversion.h with 100% similarity]
src/vcore/ValidatorFactories.cpp [moved from vcore/vcore/ValidatorFactories.cpp with 100% similarity]
src/vcore/ValidatorFactories.h [moved from vcore/vcore/ValidatorFactories.h with 100% similarity]
src/vcore/ValidatorPluginApi.h [moved from vcore/vcore/ValidatorPluginApi.h with 100% similarity]
src/vcore/XmlsecAdapter.cpp [moved from vcore/vcore/XmlsecAdapter.cpp with 100% similarity]
src/vcore/XmlsecAdapter.h [moved from vcore/vcore/XmlsecAdapter.h with 100% similarity]
src/vcore/api.cpp [moved from vcore/vcore/api.cpp with 100% similarity]
src/vcore/exception.cpp [moved from vcore/vcore/exception.cpp with 100% similarity]
src/vcore/exception.h [moved from vcore/vcore/exception.h with 100% similarity]
src/vcore/init-lib.cpp [moved from vcore/vcore/init-lib.cpp with 100% similarity]
src/vcore/pkcs12.cpp [moved from vcore/vcore/pkcs12.cpp with 100% similarity]
src/vcore/pkcs12.h [moved from vcore/vcore/pkcs12.h with 100% similarity]
tests/CMakeLists.txt
vcore/CMakeLists.txt [deleted file]

index 44f6ba5..f55fc49 100644 (file)
@@ -51,7 +51,7 @@ INSTALL(FILES
     DESTINATION ${LIB_INSTALL_DIR}/pkgconfig
 )
 
-ADD_SUBDIRECTORY(vcore)
+ADD_SUBDIRECTORY(src)
 ADD_SUBDIRECTORY(systemd)
 ADD_SUBDIRECTORY(etc)
 
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
new file mode 100644 (file)
index 0000000..227ba74
--- /dev/null
@@ -0,0 +1,172 @@
+# Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
+#
+#    Licensed under the Apache License, Version 2.0 (the "License");
+#    you may not use this file except in compliance with the License.
+#    You may obtain a copy of the License at
+#
+#        http://www.apache.org/licenses/LICENSE-2.0
+#
+#    Unless required by applicable law or agreed to in writing, software
+#    distributed under the License is distributed on an "AS IS" BASIS,
+#    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+#    See the License for the specific language governing permissions and
+#    limitations under the License.
+#
+# @file        CMakeLists.txt
+# @author      Kyungwook Tak (k.tak@samsung.com)
+# @author      Sangwan Kwon (sangwan.kwon@samsung.com)
+#
+
+######################### VCORE #########################
+
+IF(TIZEN_PROFILE_MOBILE)
+    ADD_DEFINITIONS("-DTIZEN_PROFILE_MOBILE")
+    SET(LIB_CERT_CHECKER cert-checker)
+ENDIF(TIZEN_PROFILE_MOBILE)
+
+PKG_CHECK_MODULES(VCORE_DEPS
+    REQUIRED
+    libxml-2.0
+    libpcrecpp
+    openssl
+    xmlsec1
+    dlog
+    libsystemd-journal
+    ${LIB_CERT_CHECKER}
+    )
+
+ADD_DEFINITIONS(${VCORE_DEPS_CFLAGS})
+ADD_DEFINITIONS(${VCORE_DEPS_CFLAGS_OTHER})
+
+SET(VCORE_SOURCES
+    dpl/core/src/assert.cpp
+    dpl/core/src/exception.cpp
+    dpl/core/src/singleton.cpp
+    dpl/core/src/colors.cpp
+
+    dpl/log/src/abstract_log_provider.cpp
+    dpl/log/src/old_style_log_provider.cpp
+    dpl/log/src/dlog_log_provider.cpp
+    dpl/log/src/journal_log_provider.cpp
+    dpl/log/src/log.cpp
+
+    vcore/api.cpp
+    vcore/Base64.cpp
+    vcore/Certificate.cpp
+    vcore/CertificateCollection.cpp
+    vcore/CertificateConfigReader.cpp
+    vcore/CertificateLoader.cpp
+    vcore/CertStoreType.cpp
+    vcore/ReferenceValidator.cpp
+    vcore/SaxReader.cpp
+    vcore/SignatureData.cpp
+    vcore/SignatureFinder.cpp
+    vcore/SignatureReader.cpp
+    vcore/TimeConversion.cpp
+    vcore/ValidatorFactories.cpp
+    vcore/SignatureValidator.cpp
+    vcore/XmlsecAdapter.cpp
+    vcore/pkcs12.cpp
+    vcore/exception.cpp
+    vcore/Client.cpp
+    vcore/Ocsp.cpp
+    vcore/CryptoInit.cpp
+    vcore/PluginHandler.cpp
+    vcore/init-lib.cpp
+    )
+
+SET(VCORE_INCLUDES
+    ./
+    dpl/core/include
+    dpl/log/include
+    )
+
+INCLUDE_DIRECTORIES(
+    SYSTEM
+    ${VCORE_DEPS_INCLUDE_DIRS}
+    ${VCORE_INCLUDES}
+    )
+
+ADD_LIBRARY(${TARGET_VCORE_LIB} SHARED ${VCORE_SOURCES})
+
+# TODO: visibility needed to be hidden
+SET_TARGET_PROPERTIES(${TARGET_VCORE_LIB}
+    PROPERTIES
+        COMPILE_FLAGS "-D_GNU_SOURCE -fPIC -fvisibility=default"
+        SOVERSION ${SO_VERSION}
+        VERSION ${VERSION})
+
+TARGET_LINK_LIBRARIES(${TARGET_VCORE_LIB}
+    ${VCORE_DEPS_LIBRARIES}
+    ${TARGET_CERT_SVC_LIB}
+    -ldl
+    )
+
+INSTALL(TARGETS ${TARGET_VCORE_LIB}
+    DESTINATION ${LIB_INSTALL_DIR}
+    )
+
+######################### CERT_SERVER #########################
+
+PKG_CHECK_MODULES(CERT_SERVER_DEP
+    REQUIRED
+    dlog
+    sqlite3
+    db-util
+    libsystemd-daemon
+    key-manager
+    )
+
+SET(CERT_SERVER_DIR ${CMAKE_CURRENT_SOURCE_DIR}/server)
+
+SET(CERT_SERVER_SRC
+    ${CERT_SERVER_DIR}/src/cert-server-main.c
+    ${CERT_SERVER_DIR}/src/cert-server-logic.c
+    ${CERT_SERVER_DIR}/src/cert-server-db.c
+    )
+
+INCLUDE_DIRECTORIES(
+    SYSTEM
+    ./
+    ${CERT_SERVER_DEP_INCLUDE_DIRS}
+    ${CERT_SERVER_DIR}/include
+    )
+
+SET_SOURCE_FILES_PROPERTIES(
+    ${CERT_SERVER_SRC}
+    PROPERTIES
+        COMPILE_FLAGS "-D_GNU_SOURCE -fvisibility=hidden -fPIE"
+    )
+
+ADD_EXECUTABLE(${TARGET_CERT_SERVER} ${CERT_SERVER_SRC})
+
+TARGET_LINK_LIBRARIES(${TARGET_CERT_SERVER}
+    ${CERT_SERVER_DEP_LIBRARIES}
+    -pie
+    )
+
+INSTALL(TARGETS ${TARGET_CERT_SERVER} DESTINATION ${BIN_DIR})
+
+######################### API HEADERS #########################
+
+INSTALL(FILES
+    vcore/SignatureValidator.h
+    vcore/SignatureFinder.h
+    vcore/Certificate.h
+    vcore/SignatureData.h
+    vcore/CertStoreType.h
+    vcore/exception.h
+    vcore/ValidatorPluginApi.h
+    vcore/Error.h
+    DESTINATION ${INCLUDEDIR}/cert-svc/vcore
+    )
+
+INSTALL(FILES
+    cert-svc/ccert.h
+    cert-svc/cinstance.h
+    cert-svc/cerror.h
+    cert-svc/cpkcs12.h
+    cert-svc/cprimitives.h
+    cert-svc/cstring.h
+    DESTINATION ${INCLUDEDIR}/cert-svc/cert-svc
+    )
similarity index 100%
rename from vcore/cert-svc/ccert.h
rename to src/cert-svc/ccert.h
similarity index 100%
rename from vcore/vcore/Base64.cpp
rename to src/vcore/Base64.cpp
similarity index 100%
rename from vcore/vcore/Base64.h
rename to src/vcore/Base64.h
similarity index 100%
rename from vcore/vcore/Client.cpp
rename to src/vcore/Client.cpp
similarity index 100%
rename from vcore/vcore/Client.h
rename to src/vcore/Client.h
similarity index 100%
rename from vcore/vcore/Error.h
rename to src/vcore/Error.h
similarity index 100%
rename from vcore/vcore/Ocsp.cpp
rename to src/vcore/Ocsp.cpp
similarity index 100%
rename from vcore/vcore/Ocsp.h
rename to src/vcore/Ocsp.h
similarity index 100%
rename from vcore/vcore/api.cpp
rename to src/vcore/api.cpp
similarity index 100%
rename from vcore/vcore/pkcs12.cpp
rename to src/vcore/pkcs12.cpp
similarity index 100%
rename from vcore/vcore/pkcs12.h
rename to src/vcore/pkcs12.h
index 58bfe1e..11bdab1 100644 (file)
@@ -45,7 +45,7 @@ SET(DPL_TEST_SOURCES
 INCLUDE_DIRECTORIES(
     SYSTEM
     ${TEST_DEP_INCLUDE_DIRS}
-    ${PROJECT_SOURCE_DIR}/vcore
+    ${PROJECT_SOURCE_DIR}/src
     ${TEST_DIR}/dpl/include
     )
 
diff --git a/vcore/CMakeLists.txt b/vcore/CMakeLists.txt
deleted file mode 100644 (file)
index 474e062..0000000
+++ /dev/null
@@ -1,153 +0,0 @@
-IF(TIZEN_PROFILE_MOBILE)
-    ADD_DEFINITIONS("-DTIZEN_PROFILE_MOBILE")
-    SET(LIB_CERT_CHECKER cert-checker)
-ENDIF(TIZEN_PROFILE_MOBILE)
-
-PKG_CHECK_MODULES(VCORE_DEPS
-    REQUIRED
-    libxml-2.0
-    libpcrecpp
-    openssl
-    xmlsec1
-    dlog
-    libsystemd-journal
-    ${LIB_CERT_CHECKER}
-    )
-
-ADD_DEFINITIONS(${VCORE_DEPS_CFLAGS})
-ADD_DEFINITIONS(${VCORE_DEPS_CFLAGS_OTHER})
-
-SET(VCORE_DIR ${CMAKE_CURRENT_SOURCE_DIR})
-
-SET(VCORE_SOURCES
-    ${VCORE_DIR}/dpl/core/src/assert.cpp
-    ${VCORE_DIR}/dpl/core/src/exception.cpp
-    ${VCORE_DIR}/dpl/core/src/singleton.cpp
-    ${VCORE_DIR}/dpl/core/src/colors.cpp
-
-    ${VCORE_DIR}/dpl/log/src/abstract_log_provider.cpp
-    ${VCORE_DIR}/dpl/log/src/old_style_log_provider.cpp
-    ${VCORE_DIR}/dpl/log/src/dlog_log_provider.cpp
-    ${VCORE_DIR}/dpl/log/src/journal_log_provider.cpp
-    ${VCORE_DIR}/dpl/log/src/log.cpp
-
-    ${VCORE_DIR}/vcore/api.cpp
-    ${VCORE_DIR}/vcore/Base64.cpp
-    ${VCORE_DIR}/vcore/Certificate.cpp
-    ${VCORE_DIR}/vcore/CertificateCollection.cpp
-    ${VCORE_DIR}/vcore/CertificateConfigReader.cpp
-    ${VCORE_DIR}/vcore/CertificateLoader.cpp
-    ${VCORE_DIR}/vcore/CertStoreType.cpp
-    ${VCORE_DIR}/vcore/ReferenceValidator.cpp
-    ${VCORE_DIR}/vcore/SaxReader.cpp
-    ${VCORE_DIR}/vcore/SignatureData.cpp
-    ${VCORE_DIR}/vcore/SignatureFinder.cpp
-    ${VCORE_DIR}/vcore/SignatureReader.cpp
-    ${VCORE_DIR}/vcore/TimeConversion.cpp
-    ${VCORE_DIR}/vcore/ValidatorFactories.cpp
-    ${VCORE_DIR}/vcore/SignatureValidator.cpp
-    ${VCORE_DIR}/vcore/XmlsecAdapter.cpp
-    ${VCORE_DIR}/vcore/pkcs12.cpp
-    ${VCORE_DIR}/vcore/exception.cpp
-    ${VCORE_DIR}/vcore/Client.cpp
-    ${VCORE_DIR}/vcore/Ocsp.cpp
-    ${VCORE_DIR}/vcore/CryptoInit.cpp
-    ${VCORE_DIR}/vcore/PluginHandler.cpp
-    ${VCORE_DIR}/vcore/init-lib.cpp
-    )
-
-SET(VCORE_INCLUDES
-    ${VCORE_DIR}/dpl/core/include
-    ${VCORE_DIR}/dpl/log/include
-    ${VCORE_DIR}
-    )
-
-########### VCORE SOURCES ########
-
-INCLUDE_DIRECTORIES(
-    SYSTEM
-    ${VCORE_DEPS_INCLUDE_DIRS}
-    ${VCORE_INCLUDES}
-    )
-
-ADD_LIBRARY(${TARGET_VCORE_LIB} SHARED ${VCORE_SOURCES})
-
-# TODO: visibility needed to be hidden
-SET_TARGET_PROPERTIES(${TARGET_VCORE_LIB}
-    PROPERTIES
-        COMPILE_FLAGS "-D_GNU_SOURCE -fPIC -fvisibility=default"
-        SOVERSION ${SO_VERSION}
-        VERSION ${VERSION})
-
-TARGET_LINK_LIBRARIES(${TARGET_VCORE_LIB}
-    ${VCORE_DEPS_LIBRARIES}
-    ${TARGET_CERT_SVC_LIB}
-    -ldl
-    )
-
-########## cert-server #############
-PKG_CHECK_MODULES(CERT_SERVER_DEP
-    REQUIRED
-    dlog
-    sqlite3
-    db-util
-    libsystemd-daemon
-    key-manager
-    )
-
-SET(CERT_SERVER_DIR ${CMAKE_CURRENT_SOURCE_DIR}/server)
-
-SET(CERT_SERVER_SRC
-    ${CERT_SERVER_DIR}/src/cert-server-main.c
-    ${CERT_SERVER_DIR}/src/cert-server-logic.c
-    ${CERT_SERVER_DIR}/src/cert-server-db.c
-    )
-
-INCLUDE_DIRECTORIES(
-    SYSTEM
-    ${CERT_SERVER_DEP_INCLUDE_DIRS}
-    ${VCORE_DIR}
-    ${CERT_SERVER_DIR}/include
-    )
-
-SET_SOURCE_FILES_PROPERTIES(
-    ${CERT_SERVER_SRC}
-    PROPERTIES
-        COMPILE_FLAGS "-D_GNU_SOURCE -fvisibility=hidden -fPIE"
-    )
-
-ADD_EXECUTABLE(${TARGET_CERT_SERVER} ${CERT_SERVER_SRC})
-
-TARGET_LINK_LIBRARIES(${TARGET_CERT_SERVER}
-    ${CERT_SERVER_DEP_LIBRARIES}
-    -pie
-    )
-
-INSTALL(TARGETS ${TARGET_CERT_SERVER} DESTINATION ${BIN_DIR})
-
-########################################################
-INSTALL(TARGETS ${TARGET_VCORE_LIB}
-    DESTINATION ${LIB_INSTALL_DIR}
-    )
-
-INSTALL(FILES
-    ${VCORE_DIR}/vcore/SignatureValidator.h
-    ${VCORE_DIR}/vcore/SignatureFinder.h
-    ${VCORE_DIR}/vcore/Certificate.h
-    ${VCORE_DIR}/vcore/SignatureData.h
-    ${VCORE_DIR}/vcore/CertStoreType.h
-    ${VCORE_DIR}/vcore/exception.h
-    ${VCORE_DIR}/vcore/ValidatorPluginApi.h
-    ${VCORE_DIR}/vcore/Error.h
-    DESTINATION ${INCLUDEDIR}/cert-svc/vcore
-    )
-
-INSTALL(FILES
-    ${VCORE_DIR}/cert-svc/ccert.h
-    ${VCORE_DIR}/cert-svc/cinstance.h
-    ${VCORE_DIR}/cert-svc/cerror.h
-    ${VCORE_DIR}/cert-svc/cpkcs12.h
-    ${VCORE_DIR}/cert-svc/cprimitives.h
-    ${VCORE_DIR}/cert-svc/cstring.h
-    DESTINATION ${INCLUDEDIR}/cert-svc/cert-svc
-    )