mirror of https://github.com/acidanthera/audk.git
IntelFsp2WrapperPkg: Add StackCheckLib
Adds null version of StackCheckLib to SEC modules. Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
This commit is contained in:
parent
254e4cfa8c
commit
847561eb53
|
@ -57,6 +57,10 @@
|
||||||
|
|
||||||
Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
|
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]
|
[LibraryClasses.common.PEIM,LibraryClasses.common.PEI_CORE]
|
||||||
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
PeimEntryPoint|MdePkg/Library/PeimEntryPoint/PeimEntryPoint.inf
|
||||||
PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
PeiServicesTablePointerLib|MdePkg/Library/PeiServicesTablePointerLib/PeiServicesTablePointerLib.inf
|
||||||
|
|
Loading…
Reference in New Issue