From: Oliver Smith-Denny Date: Mon, 29 Jul 2024 23:07:48 +0000 (-0700) Subject: IntelFsp2WrapperPkg: Add StackCheckLib X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=847561eb53b390d1bc1f1c4df4a109f6e20f7f98;p=people%2Faperard%2Fovmf.git IntelFsp2WrapperPkg: Add StackCheckLib Adds null version of StackCheckLib to SEC modules. Signed-off-by: Oliver Smith-Denny --- diff --git a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc index fe621244a6..f904e6f258 100644 --- a/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc +++ b/IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc @@ -57,6 +57,10 @@ Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf +# StackCheckLib is not linked for SEC modules by default, this package can link it against its SEC modules +[LibraryClasses.common.SEC] + NULL|MdePkg/Library/StackCheckLibNull/StackCheckLibNull.inf + [LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE] PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf