audk/MdePkg/Include/Library
eric_tian 2563c29363 +++++ mdkinney 11/5/2008 11:08:13 PM
The library class DxeSmmDriverEntryPoint is no longer required.  It is identical to UefiDriverEntryPoint, so that library class should be used.  We can still have a different library instance for UEFI and DXE SMM drivers, but they can share the same lib class defintion.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6432 6f19259b-4bc3-4df7-8a09-765794883524
2008-11-07 10:00:54 +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 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
ExtractGuidedSectionLib.h Update to use DOS format 2008-10-31 04:23:14 +00:00
FvbServiceLib.h Minor comments update to remove long line (column num > 120) 2008-11-06 08:31: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 Sync in bug fix from EDK I: 2008-11-04 14:22:22 +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
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 Update doxygen comment. 2008-11-04 14:16:02 +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 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 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 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
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