mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 22:54:51 +02:00
MdeModulePkg/DxeCapsuleLibFmp: Fix build failure
Move the definition of variable "mEsrtTable" and "mIsVirtualAddrConverted" to DxeCapsuleLib.c. Cc: Jiewen Yao <jiewen.yao@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: jiewen.yao@intel.com
This commit is contained in:
parent
135ae8c873
commit
032862642d
@ -47,8 +47,8 @@
|
|||||||
#include <Protocol/FirmwareManagement.h>
|
#include <Protocol/FirmwareManagement.h>
|
||||||
#include <Protocol/DevicePath.h>
|
#include <Protocol/DevicePath.h>
|
||||||
|
|
||||||
extern EFI_SYSTEM_RESOURCE_TABLE *mEsrtTable;
|
EFI_SYSTEM_RESOURCE_TABLE *mEsrtTable = NULL;
|
||||||
extern BOOLEAN mIsVirtualAddrConverted;
|
BOOLEAN mIsVirtualAddrConverted = FALSE;
|
||||||
|
|
||||||
BOOLEAN mDxeCapsuleLibEndOfDxe = FALSE;
|
BOOLEAN mDxeCapsuleLibEndOfDxe = FALSE;
|
||||||
EFI_EVENT mDxeCapsuleLibEndOfDxeEvent = NULL;
|
EFI_EVENT mDxeCapsuleLibEndOfDxeEvent = NULL;
|
||||||
|
@ -26,8 +26,8 @@
|
|||||||
#include <Library/UefiRuntimeServicesTableLib.h>
|
#include <Library/UefiRuntimeServicesTableLib.h>
|
||||||
#include <Library/MemoryAllocationLib.h>
|
#include <Library/MemoryAllocationLib.h>
|
||||||
|
|
||||||
EFI_SYSTEM_RESOURCE_TABLE *mEsrtTable = NULL;
|
extern EFI_SYSTEM_RESOURCE_TABLE *mEsrtTable;
|
||||||
BOOLEAN mIsVirtualAddrConverted = FALSE;
|
extern BOOLEAN mIsVirtualAddrConverted;
|
||||||
EFI_EVENT mDxeRuntimeCapsuleLibVirtualAddressChangeEvent = NULL;
|
EFI_EVENT mDxeRuntimeCapsuleLibVirtualAddressChangeEvent = NULL;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user