Fix several issues:
Misreplace library name Support commenting out nonlocal header files for dxs FileArg.class Add a new protocol Guid to database git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1864 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -222,7 +222,7 @@ EfiLibAllocateRuntimeZeroPool,AllocateRuntimeZeroPool
|
||||
EfiLibAllocateZeroPool,AllocateZeroPool
|
||||
EfiCreateEventReadyToBoot,EfiCreateEventReadyToBootEx
|
||||
EfiCreateEventLegacyBoot,EfiCreateEventLegacyBootEx
|
||||
EfiLibReportStatusCode,ReportStatusCode
|
||||
EfiLibReportStatusCode,gRT->ReportStatusCode
|
||||
EFI_LIST,LIST_ENTRY
|
||||
EFI_LIST_ENTRY,LIST_ENTRY
|
||||
EFI_LIST_NODE,LIST_ENTRY
|
||||
@@ -241,7 +241,7 @@ ASPrint,AsciiSPrint
|
||||
AvSPrint,AsciiVSPrint
|
||||
BufToHexString,R8_BufToHexString
|
||||
CHARACTER_NUMBER_FOR_VALUE,MAXIMUM_VALUE_CHARACTERS
|
||||
DivU64x32,DivU64x64Remainder
|
||||
DivU64x32,DivU64x64Remainder
|
||||
EfiAsciiStrCpy,AsciiStrCpy
|
||||
EfiAsciiStrLen,AsciiStrLen
|
||||
EfiCommonIoRead,n/a
|
||||
@@ -319,3 +319,4 @@ PEI_CR,CR
|
||||
PEI_DEBUG,DEBUG#
|
||||
PEI_DEBUG_CODE,DEBUG_CODE#
|
||||
PEI_DEBUG_SET_MEMORY,DEBUG_CLEAR_MEMORY
|
||||
gEfiAcpiSupportGuid,gEfiAcpiSupportProtocolGuid
|
||||
|
|
Reference in New Issue
Block a user