From f94703b6745fb3b55771a279cd92bb2b6ebae864 Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Mon, 27 Nov 2023 10:50:14 -0500 Subject: [PATCH] Use New Stack Cookie Library MinPlatformPkg/Include/CoreCommonLib.dsc includes MdePkg/MdeLibs.dsc.inc to bring in the new stack cookie library instances from there. Signed-off-by: Michael Kubacki --- MinPlatformPkg/MinPlatformPkg.dsc | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/MinPlatformPkg/MinPlatformPkg.dsc b/MinPlatformPkg/MinPlatformPkg.dsc index c912b96797..c87a3bcef7 100644 --- a/MinPlatformPkg/MinPlatformPkg.dsc +++ b/MinPlatformPkg/MinPlatformPkg.dsc @@ -86,17 +86,6 @@ # MU_CHANGE [END] TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLibNull/TestPointCheckLibNull.inf TestPointPciSpeedInfoLib|MinPlatformPkg/Library/TestPointPciSpeedInfoLibNull/TestPointPciSpeedInfoLibNull.inf -##MSCHANGE Begin - BaseBinSecurityLib|MdePkg/Library/BaseBinSecurityLibNull/BaseBinSecurityLibNull.inf -!if $(TOOL_CHAIN_TAG) == VS2019 or $(TOOL_CHAIN_TAG) == VS2022 -[LibraryClasses.X64, LibraryClasses.IA32] - #if debug is enabled provide StackCookie support lib so that we can link to /GS exports on MSVC - RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf -[LibraryClasses.X64] - BaseBinSecurityLib|MdePkg/Library/BaseBinSecurityLibRng/BaseBinSecurityLibRng.inf - NULL|MdePkg/Library/BaseBinSecurityLibRng/BaseBinSecurityLibRng.inf -!endif -##MSCHANGE End [LibraryClasses.common.SEC] TestPointCheckLib|MinPlatformPkg/Test/Library/TestPointCheckLib/SecTestPointCheckLib.inf