diff options
Diffstat (limited to 'MdePkg/Library/PeiCoreEntryPoint')
-rw-r--r-- | MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa index 6d14147aba..f10b1d3dae 100644 --- a/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa +++ b/MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.msa @@ -5,8 +5,10 @@ <ModuleType>PEI_CORE</ModuleType>
<GuidValue>b3b0654a-969d-4096-86cb-27e262a02083</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 to a the PEI Core</Abstract>
+ <Description>
+ The library contains the entry point to a PEI core Module Type.
+ </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
|