Fix the issue that callback function with TPL lower than TPL_HIGH_LEVEL cannot handle status code at TPL_HIGH_LEVEL.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9568 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -39,6 +39,7 @@
|
||||
[LibraryClasses]
|
||||
UefiRuntimeLib
|
||||
MemoryAllocationLib
|
||||
BaseMemoryLib
|
||||
UefiBootServicesTableLib
|
||||
UefiDriverEntryPoint
|
||||
HobLib
|
||||
@ -46,6 +47,7 @@
|
||||
DebugLib
|
||||
BaseLib
|
||||
SynchronizationLib
|
||||
UefiLib
|
||||
|
||||
[Guids]
|
||||
gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
|
||||
|
Reference in New Issue
Block a user