From c7d265a94a3ee2517430e4f19f5b24482e5e7132 Mon Sep 17 00:00:00 2001 From: yshang1 Date: Fri, 22 Jun 2007 16:22:26 +0000 Subject: Checked in part of MDE library instances following PI and UEFI. It includes: 1) UefiLib adds features of RFC 3066/Iso639 language string and driver model protocols installation. 2) PeiCoreEntryPoint following PI. 3) UefiDriverEntryPoint following UEFI/EFI. 4) PeiServicesTablePointerLib following PI for IPF and x86. 5) Remove many CommonHeader.h. If there is only one C file in module, we should add the common headers in C file instead of creating a new CommonHeader.h. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2723 6f19259b-4bc3-4df7-8a09-765794883524 --- .../DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf | 1 - .../Library/DxeMemoryAllocationLib/MemoryAllocationLib.c | 14 ++++++++++++-- .../DxeMemoryAllocationLib/MemoryAllocationLibInternals.h | 5 ----- 3 files changed, 12 insertions(+), 8 deletions(-) (limited to 'MdePkg/Library/DxeMemoryAllocationLib') diff --git a/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf b/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf index 9428979638..e3032a9a5f 100644 --- a/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf +++ b/MdePkg/Library/DxeMemoryAllocationLib/DxeMemoryAllocationLib.inf @@ -46,7 +46,6 @@ [Sources.common] MemoryAllocationLibInternals.h MemoryAllocationLib.c - CommonHeader.h ################################################################################ diff --git a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c index b25b637734..e26accb316 100644 --- a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c +++ b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLib.c @@ -15,9 +15,19 @@ **/ // -// Include common header file for this module. +// The package level header files this module uses // -#include "CommonHeader.h" +#include +// +// The protocols, PPI and GUID defintions for this module +// +// +// The Library classes this module consumes +// +#include +#include +#include +#include #include "MemoryAllocationLibInternals.h" diff --git a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h index 0d8685e121..1234e2e6c7 100644 --- a/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h +++ b/MdePkg/Library/DxeMemoryAllocationLib/MemoryAllocationLibInternals.h @@ -17,11 +17,6 @@ #ifndef __DXE_MEMORY_ALLOCATION_LIB_INTERNALS_H__ #define __DXE_MEMORY_ALLOCATION_LIB_INTERNALS_H__ -// -// Include common header file for this module. -// -#include "CommonHeader.h" - /** Allocates one or more 4KB pages of a certain memory type. -- cgit v1.2.3