From 4ba28823277dd1d154e4a26f7eae440c40b1f9fd Mon Sep 17 00:00:00 2001 From: Pramod Raghavendra Jayathirth Date: Tue, 27 Mar 2018 09:24:56 -0700 Subject: Adds the HardwareInfra layer in SoftHSM This enables the support of multiple HSMs Issue-ID: AAF-200 Change-Id: I825a72a0bf46827ff3be0c0311085cf970b970a6 Signed-off-by: Pramod --- SoftHSMv2/src/lib/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'SoftHSMv2/src/lib/Makefile.am') diff --git a/SoftHSMv2/src/lib/Makefile.am b/SoftHSMv2/src/lib/Makefile.am index c579d62..eac1704 100644 --- a/SoftHSMv2/src/lib/Makefile.am +++ b/SoftHSMv2/src/lib/Makefile.am @@ -8,6 +8,7 @@ AM_CPPFLAGS = -I$(srcdir)/common \ -I$(srcdir)/pkcs11 \ -I$(srcdir)/session_mgr \ -I$(srcdir)/slot_mgr \ + -I$(srcdir)/HwInfra \ @CRYPTO_INCLUDES@ lib_LTLIBRARIES = libsofthsm2.la @@ -23,7 +24,8 @@ libsofthsm2_la_LIBADD = common/libsofthsm_common.la \ handle_mgr/libsofthsm_handlemgr.la \ object_store/libsofthsm_objectstore.la \ session_mgr/libsofthsm_sessionmgr.la \ - slot_mgr/libsofthsm_slotmgr.la + slot_mgr/libsofthsm_slotmgr.la \ + HwInfra/libsofthsm_hwinfra.la libsofthsm2_la_LDFLAGS = -version-info @VERSION_INFO@ \ -avoid-version -module @@ -42,8 +44,9 @@ SUBDIRS = common \ object_store \ session_mgr \ slot_mgr \ + HwInfra \ handle_mgr \ test EXTRA_DIST = $(srcdir)/*.h \ - $(srcdir)/pkcs11/*.h + $(srcdir)/pkcs11/*.h -- cgit 1.2.3-korg