summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/PeiCoreEntryPoint
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-30 09:30:33 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-01-30 09:30:33 +0000
commitf8d88c1ffc815c4ec89e3910b142ca5ad9376ac5 (patch)
tree685230b6528243e76129b687d127b105455547b2 /MdePkg/Library/PeiCoreEntryPoint
parentf5c96748589a07a633b452ebcf49b6a4be20b22e (diff)
downloadedk2-f8d88c1ffc815c4ec89e3910b142ca5ad9376ac5.tar.gz
edk2-f8d88c1ffc815c4ec89e3910b142ca5ad9376ac5.tar.bz2
edk2-f8d88c1ffc815c4ec89e3910b142ca5ad9376ac5.zip
Fix a typo in last check in.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2336 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiCoreEntryPoint')
-rw-r--r--MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa
index 556e45b8ed..5ca35af949 100644
--- a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa
+++ b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa
@@ -22,10 +22,10 @@
<OutputFileBasename>PeiCoreEntryPoint</OutputFileBasename>
</ModuleDefinitions>
<LibraryClassDefinitions>
- <LibraryClass Usage="ALWAYS_PRODUCED">
+ <LibraryClass Usage="ALWAYS_PRODUCED" SupModuleList="PEI_CORE">
<Keyword>PeiCoreEntryPoint</Keyword>
</LibraryClass>
- <LibraryClass Usage="ALWAYS_CONSUMED" SupModuleList="PEI_CORE">
+ <LibraryClass Usage="ALWAYS_CONSUMED">
<Keyword>BaseLib</Keyword>
</LibraryClass>
</LibraryClassDefinitions>