audk/MdePkg/Include/Library
eric_tian 0308e20dc6 1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c
2. code base changes : modify some interface definitions to follow the lastest Mde Library Spec.
3. PeiCore changes : remove the return value of PeiCore() which is meaningless as PeiCore will never reach the end of procedure.replace it with VOID.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6271 6f19259b-4bc3-4df7-8a09-765794883524
2008-10-28 09:07:50 +00:00
..
BaseLib.h Add X64 Gate Descriptor 2008-10-27 02:20:02 +00:00
BaseMemoryLib.h 1. Change 0 == Length style to Length == 0 2008-09-18 14:27:39 +00:00
CacheMaintenanceLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
CpuLib.h Cleanup Cpu library class and CpuLib instance and BaseLib instance; and add comments for the confused logic in IfrSupportLib instance. 2008-08-20 09:15:34 +00:00
DebugLib.h code review's result. 2008-08-12 07:20:10 +00:00
DevicePathLib.h Fix one minor comment issue in last check-in 2007-09-24 07:08:18 +00:00
DxeCoreEntryPoint.h 1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c 2008-10-28 09:07:50 +00:00
DxePiLib.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
DxeServicesTableLib.h Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // 2008-08-14 03:30:12 +00:00
DxeSmmDriverEntryPoint.h Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // 2008-08-14 03:30:12 +00:00
ExtractGuidedSectionLib.h Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
FvbServiceLib.h sync the comments of FvbServiceLib library class with Mde Library Spec. 2008-10-07 08:41:19 +00:00
GraphicsLib.h sync GraphicsLib.h with Mde Library Spec. 2008-09-28 01:49:41 +00:00
HiiLib.h 1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h. 2008-09-26 06:20:19 +00:00
HobLib.h Update HobLib and PeCoffLib according to MDE Lib Spec 0.61c 2008-10-10 06:20:50 +00:00
IfrSupportLib.h Coding style fix. 2008-10-26 10:06:24 +00:00
IoLib.h Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
MemoryAllocationLib.h Correct the wrong '?' character to '-', and add check DestinationBuffer == SourceBuffer for CompareMem functions in all BaseMemory library instances. 2008-09-08 01:24:16 +00:00
PalCallLib.h Create Pal.h for industry standard in MDE Package. 2008-10-23 03:38:25 +00:00
PcdLib.h Coding style fix. 2008-10-26 10:06:58 +00:00
PciCf8Lib.h Code Scrub of MdePkg/Inlcude/Library 2008-07-21 07:26:20 +00:00
PciExpressLib.h Code Scrub of MdePkg/Inlcude/Library 2008-07-21 07:26:20 +00:00
PciLib.h Code Scrub of MdePkg/Inlcude/Library 2008-07-21 07:26:20 +00:00
PciSegmentLib.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
PeCoffGetEntryPointLib.h Updated headers to follow coding standard 2007-06-27 22:53:31 +00:00
PeCoffLib.h Update HobLib and PeCoffLib according to MDE Lib Spec 0.61c 2008-10-10 06:20:50 +00:00
PeiCoreEntryPoint.h 1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c 2008-10-28 09:07:50 +00:00
PeiPiLib.h Coding style fix. 2008-10-26 10:05:24 +00:00
PeiServicesLib.h Fix ECC issue. 2008-10-20 14:22:39 +00:00
PeiServicesTablePointerLib.h 1) Update SetPeiServicesTablePointer's prototype add CONST modifier. 2008-10-21 05:52:19 +00:00
PeimEntryPoint.h 1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c 2008-10-28 09:07:50 +00:00
PerformanceLib.h Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // 2008-08-14 03:30:12 +00:00
PostCodeLib.h Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
PrintLib.h Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
ReportStatusCodeLib.h Fix typo in comment. 2008-04-22 05:16:14 +00:00
ResourcePublicationLib.h clean up the un-suitable ';' location when declaring the functions. 2008-09-04 09:37:28 +00:00
SalLib.h Removed MdePkg usage of ModuleName: in file headers 2007-07-12 22:59:43 +00:00
ScsiLib.h Coding style fix. 2008-10-26 10:05:44 +00:00
SerialPortLib.h sync SerialPortLib.h with mde library spec0.61d-8.doc on webtop. 2008-10-09 10:11:48 +00:00
SmbusLib.h Use BIT22 instead of SMBUS_LIB_PEC_BIT 2008-10-14 02:56:39 +00:00
TimerLib.h Clean up code according to code review. 2008-09-25 02:14:25 +00:00
UefiApplicationEntryPoint.h 1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c 2008-10-28 09:07:50 +00:00
UefiBootServicesTableLib.h Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // 2008-08-14 03:30:12 +00:00
UefiDecompressLib.h Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library. 2008-07-15 11:12:43 +00:00
UefiDriverEntryPoint.h 1. build.py's changes : include XXXEntryPointLib.h into the corresponding autogen.c files of various modules to avoid the inconsistence between the interface definition of library class and the implementation of autogen.c 2008-10-28 09:07:50 +00:00
UefiLib.h Update library class and library instance description for UefiLib to follows specification. 2008-10-10 08:06:02 +00:00
UefiRuntimeLib.h Fix ECC issue. 2008-10-20 14:22:22 +00:00
UefiRuntimeServicesTableLib.h Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // 2008-08-14 03:30:12 +00:00
UsbLib.h Use doxygen comment style for document entity such as struct, enum, variable that use /// but not // 2008-08-14 03:30:12 +00:00