libimcv: Removed TCG SWID IMC/IMV support
This commit is contained in:
+3
-9
@@ -245,8 +245,6 @@ ARG_ENABL_SET([imc-os], [enable IMC operating system module.])
|
||||
ARG_ENABL_SET([imv-os], [enable IMV operating system module.])
|
||||
ARG_ENABL_SET([imc-attestation],[enable IMC attestation module.])
|
||||
ARG_ENABL_SET([imv-attestation],[enable IMV attestation module.])
|
||||
ARG_ENABL_SET([imc-swid], [enable IMC swid module.])
|
||||
ARG_ENABL_SET([imv-swid], [enable IMV swid module.])
|
||||
ARG_ENABL_SET([imc-swima], [enable IMC swima module.])
|
||||
ARG_ENABL_SET([imv-swima], [enable IMV swima module.])
|
||||
ARG_ENABL_SET([imc-hcd], [enable IMC hcd module.])
|
||||
@@ -441,7 +439,7 @@ if test x$eap_tls = xtrue -o x$eap_ttls = xtrue -o x$eap_peap = xtrue -o x$tnc_t
|
||||
tls=true;
|
||||
fi
|
||||
|
||||
if test x$imc_test = xtrue -o x$imv_test = xtrue -o x$imc_scanner = xtrue -o x$imv_scanner = xtrue -o x$imc_os = xtrue -o x$imv_os = xtrue -o x$imc_attestation = xtrue -o x$imv_attestation = xtrue -o x$imc_swid = xtrue -o x$imv_swid = xtrue -o x$imc_swima = xtrue -o x$imv_swima = xtrue -o x$imc_hcd = xtrue -o x$imv_hcd = xtrue; then
|
||||
if test x$imc_test = xtrue -o x$imv_test = xtrue -o x$imc_scanner = xtrue -o x$imv_scanner = xtrue -o x$imc_os = xtrue -o x$imv_os = xtrue -o x$imc_attestation = xtrue -o x$imv_attestation = xtrue -o x$imc_swima = xtrue -o x$imv_swima = xtrue -o x$imc_hcd = xtrue -o x$imv_hcd = xtrue; then
|
||||
imcv=true;
|
||||
fi
|
||||
|
||||
@@ -1036,7 +1034,7 @@ if test x$tss_tss2 = xtrue; then
|
||||
fi
|
||||
fi
|
||||
|
||||
if test x$imc_swima = xtrue -o $imv_swima = xtrue -o x$imv_swid = xtrue; then
|
||||
if test x$imc_swima = xtrue -o $imv_swima = xtrue; then
|
||||
PKG_CHECK_MODULES(json, [json-c], [],
|
||||
[PKG_CHECK_MODULES(json, [json])])
|
||||
AC_SUBST(json_CFLAGS)
|
||||
@@ -1660,8 +1658,6 @@ AM_CONDITIONAL(USE_IMC_OS, test x$imc_os = xtrue)
|
||||
AM_CONDITIONAL(USE_IMV_OS, test x$imv_os = xtrue)
|
||||
AM_CONDITIONAL(USE_IMC_ATTESTATION, test x$imc_attestation = xtrue)
|
||||
AM_CONDITIONAL(USE_IMV_ATTESTATION, test x$imv_attestation = xtrue)
|
||||
AM_CONDITIONAL(USE_IMC_SWID, test x$imc_swid = xtrue)
|
||||
AM_CONDITIONAL(USE_IMV_SWID, test x$imv_swid = xtrue)
|
||||
AM_CONDITIONAL(USE_IMC_SWIMA, test x$imc_swima = xtrue)
|
||||
AM_CONDITIONAL(USE_IMV_SWIMA, test x$imv_swima = xtrue)
|
||||
AM_CONDITIONAL(USE_IMC_HCD, test x$imc_hcd = xtrue)
|
||||
@@ -1766,7 +1762,7 @@ fi
|
||||
if test x$fuzzing = xtrue; then
|
||||
AC_DEFINE([USE_FUZZING], [], [build code for fuzzing])
|
||||
fi
|
||||
if test x$imc_swima = xtrue -o x$imv_swima = xtrue -o x$imv_swid = xtrue ; then
|
||||
if test x$imc_swima = xtrue -o x$imv_swima = xtrue; then
|
||||
AC_DEFINE([USE_JSON], [], [build code for JSON])
|
||||
fi
|
||||
|
||||
@@ -1893,8 +1889,6 @@ AC_CONFIG_FILES([
|
||||
src/libimcv/plugins/imv_os/Makefile
|
||||
src/libimcv/plugins/imc_attestation/Makefile
|
||||
src/libimcv/plugins/imv_attestation/Makefile
|
||||
src/libimcv/plugins/imc_swid/Makefile
|
||||
src/libimcv/plugins/imv_swid/Makefile
|
||||
src/libimcv/plugins/imc_swima/Makefile
|
||||
src/libimcv/plugins/imv_swima/Makefile
|
||||
src/libimcv/plugins/imc_hcd/Makefile
|
||||
|
||||
Reference in New Issue
Block a user