diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-30 09:30:33 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-01-30 09:30:33 +0000 |
commit | f8d88c1ffc815c4ec89e3910b142ca5ad9376ac5 (patch) | |
tree | 685230b6528243e76129b687d127b105455547b2 /MdePkg/Library/PeiCoreEntryPoint | |
parent | f5c96748589a07a633b452ebcf49b6a4be20b22e (diff) | |
download | edk2-platforms-f8d88c1ffc815c4ec89e3910b142ca5ad9376ac5.tar.xz |
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.msa | 4 |
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>
|