summaryrefslogtreecommitdiff
path: root/MdePkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 13:50:11 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-01 13:50:11 +0000
commit16f476fbb896a2a329ee972c5a8861d51e0c36c5 (patch)
tree39a0ae44dcacbb6cc1df3ad61717bc9b3c51fe87 /MdePkg
parent0057fda6139b7694a9cdfdf9cb872ffaed25fcb7 (diff)
downloadedk2-16f476fbb896a2a329ee972c5a8861d51e0c36c5.zip
edk2-16f476fbb896a2a329ee972c5a8861d51e0c36c5.tar.gz
edk2-16f476fbb896a2a329ee972c5a8861d51e0c36c5.tar.bz2
Remove ProcessLibraryDestructorList() from the library class of DxeCoreEntryPointLib. This API is not in MdeLib spec and DxeCore does not use it.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6791 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Library/DxeCoreEntryPoint.h13
-rw-r--r--MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c4
2 files changed, 2 insertions, 15 deletions
diff --git a/MdePkg/Include/Library/DxeCoreEntryPoint.h b/MdePkg/Include/Library/DxeCoreEntryPoint.h
index 04f2dbf..90d1d33 100644
--- a/MdePkg/Include/Library/DxeCoreEntryPoint.h
+++ b/MdePkg/Include/Library/DxeCoreEntryPoint.h
@@ -79,19 +79,6 @@ ProcessLibraryConstructorList (
IN EFI_SYSTEM_TABLE *SystemTable
);
-/**
- Call destructors for all libraries. Automatics Generated by tool.
-
- @param ImageHandle ImageHandle of the loaded driver.
- @param SystemTable Pointer to the EFI System Table.
-
-**/
-VOID
-EFIAPI
-ProcessLibraryDestructorList (
- IN EFI_HANDLE ImageHandle,
- IN EFI_SYSTEM_TABLE *SystemTable
- );
/**
Autogenerated function that calls a set of module entry points.
diff --git a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
index d9c93bd..f2f30d6 100644
--- a/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
+++ b/MdePkg/Library/DxeCoreEntryPoint/DxeCoreEntryPoint.c
@@ -26,7 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
VOID *gHobList = NULL;
/**
- Enrty point to DXE core.
+ Entry point to DXE core.
This function is the entry point to the DXE Foundation. The PEI phase, which executes just before
DXE, is responsible for loading and invoking the DXE Foundation in system memory. The only
@@ -72,7 +72,7 @@ _ModuleEntryPoint (
/**
- Wrapper of enrty point to DXE CORE.
+ Wrapper of entry point to DXE CORE.
@param HobStart Pointer of HobList.