diff options
author | Oliver Smith-Denny <osde@microsoft.com> | 2024-06-14 14:03:47 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-09-13 03:58:46 +0000 |
commit | 7b4b1d2bd3f1c3fb7b8a2f72bac08a4eeb9c3a6e (patch) | |
tree | 3592c7f214791ebc6942f89483f7c6cc2201fc72 /StandaloneMmPkg | |
parent | d7a0a7ae4a87022c9938a42a00a523c276be4fa2 (diff) | |
download | edk2-7b4b1d2bd3f1c3fb7b8a2f72bac08a4eeb9c3a6e.tar.gz |
StandaloneMmPkg: Add StackCheckLib
Remove the old stack check lib now that MdeLibs.inc includes
the new one.
Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
Diffstat (limited to 'StandaloneMmPkg')
-rw-r--r-- | StandaloneMmPkg/StandaloneMmPkg.dsc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/StandaloneMmPkg/StandaloneMmPkg.dsc b/StandaloneMmPkg/StandaloneMmPkg.dsc index 34a7e55cbc..51dd134ef9 100644 --- a/StandaloneMmPkg/StandaloneMmPkg.dsc +++ b/StandaloneMmPkg/StandaloneMmPkg.dsc @@ -79,8 +79,6 @@ CacheMaintenanceLib|ArmPkg/Library/ArmCacheMaintenanceLib/ArmCacheMaintenanceLib.inf
PeCoffExtraActionLib|StandaloneMmPkg/Library/StandaloneMmPeCoffExtraActionLib/StandaloneMmPeCoffExtraActionLib.inf
- NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
-
[LibraryClasses.common.MM_CORE_STANDALONE]
HobLib|StandaloneMmPkg/Library/StandaloneMmCoreHobLib/StandaloneMmCoreHobLib.inf
|