зеркало из https://github.com/microsoft/mu_plus.git
Merged PR 507: Fix StorageLibNull to pass CI builds
Fix StorageLibNull to pass CI builds
This commit is contained in:
Родитель
d4a28ae308
Коммит
f9e8718845
|
@ -94,6 +94,7 @@
|
|||
RngLib|MdePkg/Library/BaseRngLib/BaseRngLib.inf
|
||||
|
||||
[LibraryClasses.X64]
|
||||
FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
|
||||
|
||||
#!if $(TARGET) == DEBUG
|
||||
#if debug is enabled provide StackCookie support lib so that we can link to /GS exports
|
||||
|
@ -105,7 +106,6 @@
|
|||
|
||||
[LibraryClasses.X64.UEFI_APPLICATION]
|
||||
ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf
|
||||
FileHandleLib|MdePkg/Library/UefiFileHandleLib/UefiFileHandleLib.inf
|
||||
|
||||
UnitTestLib|MsUnitTestPkg/Library/UnitTestLib/UnitTestLib.inf
|
||||
UnitTestLogLib|MsUnitTestPkg/Library/UnitTestLogLib/UnitTestLogLib.inf
|
||||
|
|
|
@ -27,7 +27,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
**/
|
||||
|
||||
#include <Library/Uefi.h>
|
||||
#include <Uefi.h>
|
||||
#include <Library/MsWheaEarlyStorageLib.h>
|
||||
|
||||
/**
|
||||
|
|
|
@ -123,6 +123,7 @@
|
|||
################################################################################
|
||||
[Components]
|
||||
MsWheaPkg/Library/MsWheaEarlyStorageLib/MsWheaEarlyStorageLib.inf
|
||||
MsWheaPkg/Library/MsWheaEarlyStorageLibNull/MsWheaEarlyStorageLibNull.inf
|
||||
|
||||
[Components.IA32]
|
||||
MsWheaPkg/MsWheaReport/Pei/MsWheaReportPei.inf {
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
"MsGraphicsPkg",
|
||||
"MsWheaPkg",
|
||||
"PcBdsPkg",
|
||||
"SourceLevelDebugPkg",
|
||||
"UefiTestingPkg",
|
||||
"XmlSupportPkg",
|
||||
"ZeroTouchPkg"
|
||||
|
|
Загрузка…
Ссылка в новой задаче