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:
qhuang8
2006-10-30 11:57:37 +00:00
parent a7081d204a
commit a7a7033316
5 changed files with 9 additions and 6 deletions

View File

@@ -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
1 R8.5 Name R9 Name
222 EfiLibAllocateZeroPool AllocateZeroPool
223 EfiCreateEventReadyToBoot EfiCreateEventReadyToBootEx
224 EfiCreateEventLegacyBoot EfiCreateEventLegacyBootEx
225 EfiLibReportStatusCode ReportStatusCode gRT->ReportStatusCode
226 EFI_LIST LIST_ENTRY
227 EFI_LIST_ENTRY LIST_ENTRY
228 EFI_LIST_NODE LIST_ENTRY
241 AvSPrint AsciiVSPrint
242 BufToHexString R8_BufToHexString
243 CHARACTER_NUMBER_FOR_VALUE MAXIMUM_VALUE_CHARACTERS
244 DivU64x32 DivU64x64Remainder DivU64x64Remainder
245 EfiAsciiStrCpy AsciiStrCpy
246 EfiAsciiStrLen AsciiStrLen
247 EfiCommonIoRead n/a
319 PEI_DEBUG DEBUG#
320 PEI_DEBUG_CODE DEBUG_CODE#
321 PEI_DEBUG_SET_MEMORY DEBUG_CLEAR_MEMORY
322 gEfiAcpiSupportGuid gEfiAcpiSupportProtocolGuid