diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 11:15:11 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-07-12 11:15:11 +0000 |
commit | 7fda265d2f2f3f30ff629a3985f6d0b4e1acbd84 (patch) | |
tree | 9019a327ec4ee47161a782ceda7bef3c8d459cea /MdePkg/Library/PeimEntryPoint | |
parent | 7b76019936630141b801b8f485ec14f0aa0111dc (diff) | |
download | edk2-7fda265d2f2f3f30ff629a3985f6d0b4e1acbd84.tar.gz edk2-7fda265d2f2f3f30ff629a3985f6d0b4e1acbd84.tar.bz2 edk2-7fda265d2f2f3f30ff629a3985f6d0b4e1acbd84.zip |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@910 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeimEntryPoint')
-rw-r--r-- | MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa index b3abeec30b..b483d63a53 100644 --- a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa +++ b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa @@ -5,8 +5,8 @@ <ModuleType>PEIM</ModuleType>
<GuidValue>fa177ff7-1fc7-458d-a358-d9d62ae61cec</GuidValue>
<Version>1.0</Version>
- <Abstract>Component description file for the entry point to the PEI Core</Abstract>
- <Description>FIX ME!</Description>
+ <Abstract>Entry point of PEIM</Abstract>
+ <Description>Contain entry point to PEIM Module Type, construct all dependent libararies</Description>
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
<License>All rights reserved. This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
|