audk/MdePkg/Include/Library
qhuang8 6ee94442ff Remove FvbServiceLib, HiiLib & IfrSupportLib.
They have been moved to MdeModulePkg.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6503 6f19259b-4bc3-4df7-8a09-765794883524
2008-11-13 08:41:46 +00:00
..
BaseLib.h Update function prototype modifier. 2008-11-04 14:15:18 +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 Update to use DOS format 2008-10-31 04:22:58 +00:00
DebugLib.h At bit mask for PEI/DXE dispatch 2008-11-06 11:44:39 +00:00
DevicePathLib.h 1, Move device path utility macros from protocol's header file to DevicePathLib library classes 2008-11-11 15:39:02 +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
DxeServicesLib.h Rename DxePiLib to DxeServicesLib 2008-11-13 08:33: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
ExtractGuidedSectionLib.h Update to use DOS format 2008-10-31 04:23:14 +00:00
GraphicsLib.h sync GraphicsLib.h with Mde Library Spec. 2008-09-28 01:49:41 +00:00
HobLib.h Update HobLib and PeCoffLib according to MDE Lib Spec 0.61c 2008-10-10 06:20:50 +00:00
IoLib.h Update to use DOS format 2008-10-31 04:25:09 +00:00
MemoryAllocationLib.h Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading. Its implementation only check if a pointer is NULL. If a garbage pointer is passed in, the gBS->FreePool will still ASSERT in debug build and return error code. 2008-10-30 07:31:31 +00:00
PalLib.h Rename PalCallLib to PalLib 2008-11-13 08:34:34 +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 Remove unnecessary header file including for library class in MdePkg. 2008-11-12 06:09:02 +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 Update doxygen comment. 2008-11-04 14:16:02 +00:00
PeiServicesLib.h 1. Merge the API of PiLibInstallFvInfoPpi() to PeiServicesLib and rename it to PeiServicesInstallFvInfoPpi(). 2008-11-13 08:36:10 +00:00
PeiServicesTablePointerLib.h 1) Update SetPeiServicesTablePointer's prototype add CONST modifier. 2008-10-21 05:52:19 +00:00
PeimEntryPoint.h Fix the doxygen comment. 2008-10-31 07:23:13 +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 Update to use DOS format 2008-10-31 04:25:23 +00:00
ReportStatusCodeLib.h Remove unnecessary header file including for library class in MdePkg. 2008-11-12 06:09:02 +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
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 Add extra DriverConfiguration2 protocol parameter for EfiLibInstallAllDriverbinding2() API in UefiLib class. 2008-11-07 06:23:27 +00:00
UefiRuntimeLib.h Add new API in UefiRuntimeLib to convert function pointer. 2008-11-06 13:55:41 +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
UefiScsiLib.h Rename ScsiLib to UefiScsiLib 2008-11-13 08:37:19 +00:00
UefiUsbLib.h Rename UsbLib to UefiUsbLib 2008-11-13 08:36:51 +00:00