audk/MdePkg/Include/Library
yshang1 38bbd3d91c Code scrub:
MdePkg/Library/BaseCacheMaintenanceLib
MdePkg/Library/BaseDebugLibNull
MdePkg/Library/BaseIoLibIntrinsic
MdePkg/Library/BaseLib
MdePkg/Library/BaseMemoryLib
MdePkg/Library/BaseMemoryLibMmx
MdePkg/Library/BaseMemoryLibOptDxe
MdePkg/Library/BaseMemoryLibOptPei
MdePkg/Library/BaseMemoryLibRepStr
MdePkg/Library/BaseMemoryLibSse2
MdePkg/Library/BasePeCoffGetEntryPointLib


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5426 6f19259b-4bc3-4df7-8a09-765794883524
2008-07-08 09:38:43 +00:00
..
BaseLib.h Code scrub: 2008-07-08 09:38:43 +00:00
BaseMemoryLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
CacheMaintenanceLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
CpuLib.h Add a new line at the end of CpuLib.h for GCC build. 2008-01-24 05:28:11 +00:00
DebugLib.h Import Library Class from original MDE package. Also I added the EFI_PEI_CORE_ENTRY_POINT definition in PiPeiCis.h. 2007-06-19 10:55:24 +00:00
DevicePathLib.h Fix one minor comment issue in last check-in 2007-09-24 07:08:18 +00:00
DxeCoreEntryPoint.h Import Library Class from original MDE package. Also I added the EFI_PEI_CORE_ENTRY_POINT definition in PiPeiCis.h. 2007-06-19 10:55:24 +00:00
DxePiLib.h 0) Change the PEI core behavior to not install FV HOB for each FV INFO PPI installed. This allows more freedom to platform developer to choose to expose which FV to PEI core or DXE core. 2007-10-10 02:08:22 +00:00
DxeServicesTableLib.h Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
DxeSmmDriverEntryPoint.h Import Library Class from original MDE package. Also I added the EFI_PEI_CORE_ENTRY_POINT definition in PiPeiCis.h. 2007-06-19 10:55:24 +00:00
ExtractGuidedSectionLib.h Correct ExtractGuidedSectionLib library instance for PEIM and DXE 2007-10-09 07:54:34 +00:00
FvbServiceLib.h Update the code to match spec for EfiFvbSetVolumeAttributes API. 2007-08-22 09:33:34 +00:00
GraphicsLib.h fixed one typo. 2008-07-08 08:18:31 +00:00
HiiLib.h Add in ConvertIso639LanguageToRfc3066Language API. 2008-05-22 00:58:21 +00:00
HobLib.h Fix the bug about comparing with mismatched integrate type 2008-04-29 04:22:16 +00:00
IfrSupportLib.h Merged in the following trackers from EDK: 2008-06-23 09:38:38 +00:00
IoLib.h Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
MemoryAllocationLib.h UEFI HII: Merge UEFI HII support changes from branch. 2008-01-21 14:41:31 +00:00
PalCallLib.h De-unicode in comment for all source files. 2008-05-27 03:24:01 +00:00
PcdLib.h Fix typo in comment. 2008-04-22 05:16:14 +00:00
PciCf8Lib.h Ecc clean. 2008-07-08 05:18:46 +00:00
PciExpressLib.h Ecc clean. 2008-07-08 05:18:46 +00:00
PciLib.h Ecc clean. 2008-07-08 05:18:46 +00:00
PciSegmentLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
PeCoffGetEntryPointLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
PeCoffLib.h 1. Replace PeCoffLoader library by PeCoff lib for PeiCore, DxeIpl and DxeMain. 2007-09-28 08:14:30 +00:00
PeiCoreEntryPoint.h Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according to PI specification. 2007-09-07 03:51:54 +00:00
PeiPiLib.h update comments and add assert for these files. 2008-02-25 07:01:44 +00:00
PeiServicesLib.h Fix missing include header file and fix typo in comment. 2008-04-22 06:12:08 +00:00
PeiServicesTablePointerLib.h Fix missing include header file and fix typo in comment. 2008-04-22 06:12:08 +00:00
PeimEntryPoint.h Upgrade the format of EFI_PEIM_ENTRY_POINT to EFI_PEIM_ENTRY_POINT2 according to PI specification. 2007-09-07 03:51:54 +00:00
PerformanceLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
PostCodeLib.h Import Library Class from original MDE package. Also I added the EFI_PEI_CORE_ENTRY_POINT definition in PiPeiCis.h. 2007-06-19 10:55:24 +00:00
PrintLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
ReportStatusCodeLib.h Fix typo in comment. 2008-04-22 05:16:14 +00:00
ResourcePublicationLib.h Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
SalLib.h Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
ScsiLib.h Fix invalid return status to sync with newest UEFI spec 2.1 2007-09-20 09:59:05 +00:00
SerialPortLib.h Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
SmbusLib.h Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
TimerLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
UefiApplicationEntryPoint.h Import Library Class from original MDE package. Also I added the EFI_PEI_CORE_ENTRY_POINT definition in PiPeiCis.h. 2007-06-19 10:55:24 +00:00
UefiBootServicesTableLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
UefiDecompressLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
UefiDriverEntryPoint.h Import Library Class from original MDE package. Also I added the EFI_PEI_CORE_ENTRY_POINT definition in PiPeiCis.h. 2007-06-19 10:55:24 +00:00
UefiLib.h Fix missing include header file and fix typo in comment. 2008-04-22 06:12:08 +00:00
UefiRuntimeLib.h Fixed comments to follow coding standard. 2007-07-13 03:21:40 +00:00
UefiRuntimeServicesTableLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
UsbLib.h Sync code with MdePkg spec for Scsi library class and CustomDecompress library class. 2007-08-14 07:58:32 +00:00