diff options
author | Oliver Smith-Denny <osde@linux.microsoft.com> | 2024-07-29 16:07:48 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-13 03:58:46 +0000 |
commit | 847561eb53b390d1bc1f1c4df4a109f6e20f7f98 (patch) | |
tree | 9bfc7e70c81b1cad73f5514d1000397479c25b83 /IntelFsp2WrapperPkg | |
parent | 254e4cfa8ccdaa8aaad1118ca2bd9cba5e72137d (diff) | |
download | edk2-847561eb53b390d1bc1f1c4df4a109f6e20f7f98.tar.gz |
IntelFsp2WrapperPkg: Add StackCheckLib
Adds null version of StackCheckLib to SEC modules.
Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
Diffstat (limited to 'IntelFsp2WrapperPkg')
-rw-r--r-- | IntelFsp2WrapperPkg/IntelFsp2WrapperPkg.dsc | 4 |
1 files changed, 4 insertions, 0 deletions
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
|