diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-28 08:48:41 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-09-28 08:48:41 +0000 |
commit | c58cf83da218f172fe5af39b7438ef7c3e9857e3 (patch) | |
tree | 74819ddf122532f87817bbbfbff0169ec0be2557 /MdeModulePkg/Core/Pei/PeiMain.inf | |
parent | 5d582956c244d8b5cc03520f73b65a7d042e3720 (diff) | |
download | edk2-platforms-c58cf83da218f172fe5af39b7438ef7c3e9857e3.tar.xz |
Remove PeCoffLoader library class and its instances.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3967 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Pei/PeiMain.inf')
-rw-r--r-- | MdeModulePkg/Core/Pei/PeiMain.inf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Pei/PeiMain.inf b/MdeModulePkg/Core/Pei/PeiMain.inf index d8db002ea8..1760081cd3 100644 --- a/MdeModulePkg/Core/Pei/PeiMain.inf +++ b/MdeModulePkg/Core/Pei/PeiMain.inf @@ -87,7 +87,6 @@ [Guids]
gPeiAprioriFileNameGuid
gEfiFirmwareFileSystem2Guid
- gEfiPeiPeCoffLoaderGuid
[Ppis]
gEfiPeiSecurityPpiGuid # PPI_NOTIFY SOMETIMES_CONSUMED
|