]> git.proxmox.com Git - mirror_edk2.git/commitdiff
refine code.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Aug 2008 05:48:39 +0000 (05:48 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 18 Aug 2008 05:48:39 +0000 (05:48 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5658 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Library/PeimEntryPoint/PeimEntryPoint.c
MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa [deleted file]

index 1849f01bc764d8ce6d915066999fbbfa1fb874f2..8a2c71a3dd4a08eb12275aa7a6a871762f6aa110 100644 (file)
@@ -23,7 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Image entry point of Peim.\r
 \r
   @param  FfsHeader   Pointer to FFS header the loaded driver.\r
   Image entry point of Peim.\r
 \r
   @param  FfsHeader   Pointer to FFS header the loaded driver.\r
-  @param  PeiServices Pointer to the PEI services.\r
+  @param  PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation\r
 \r
   @return  Status returned by entry points of Peims.\r
 \r
 \r
   @return  Status returned by entry points of Peims.\r
 \r
@@ -58,7 +58,7 @@ _ModuleEntryPoint (
   Wrapper of Peim image entry point.\r
 \r
   @param  FfsHeader   Pointer to FFS header the loaded driver.\r
   Wrapper of Peim image entry point.\r
 \r
   @param  FfsHeader   Pointer to FFS header the loaded driver.\r
-  @param  PeiServices Pointer to the PEI services.\r
+  @param  PeiServices An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation\r
 \r
   @return  Status returned by entry points of Peims.\r
 \r
 \r
   @return  Status returned by entry points of Peims.\r
 \r
diff --git a/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa b/MdePkg/Library/PeimEntryPoint/PeimEntryPoint.msa
deleted file mode 100644 (file)
index d03d350..0000000
+++ /dev/null
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
-<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">\r
-  <MsaHeader>\r
-    <ModuleName>PeimEntryPoint</ModuleName>\r
-    <ModuleType>PEIM</ModuleType>\r
-    <GuidValue>fa177ff7-1fc7-458d-a358-d9d62ae61cec</GuidValue>\r
-    <Version>1.0</Version>\r
-    <Abstract>Entry point of PEIM</Abstract>\r
-    <Description>Contain entry point to PEIM Module Type, construct all dependent libararies</Description>\r
-    <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>\r
-    <License>All rights reserved. This program and the accompanying materials
-      are licensed and made available under the terms and conditions of the BSD License
-      which accompanies this distribution.  The full text of the license may be found at
-      http://opensource.org/licenses/bsd-license.php
-      THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
-      WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
-    <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION   0x00000052</Specification>\r
-  </MsaHeader>\r
-  <ModuleDefinitions>\r
-    <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
-    <BinaryModule>false</BinaryModule>\r
-    <OutputFileBasename>PeimEntryPoint</OutputFileBasename>\r
-  </ModuleDefinitions>\r
-  <LibraryClassDefinitions>\r
-    <LibraryClass Usage="ALWAYS_PRODUCED" SupModuleList="PEIM">\r
-      <Keyword>PeimEntryPoint</Keyword>\r
-    </LibraryClass>\r
-    <LibraryClass Usage="ALWAYS_CONSUMED">\r
-      <Keyword>DebugLib</Keyword>\r
-    </LibraryClass>\r
-  </LibraryClassDefinitions>\r
-  <SourceFiles>\r
-    <Filename>PeimEntryPoint.c</Filename>\r
-  </SourceFiles>\r
-  <PackageDependencies>\r
-    <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
-  </PackageDependencies>\r
-  <Externs>\r
-    <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
-    <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
-  </Externs>\r
-</ModuleSurfaceArea>
\ No newline at end of file