]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiPalLib/PeiPalLib.inf
Simplify the SmmPeriodicSmiLib to call AllocatePool() for every entry in the SMI...
[mirror_edk2.git] / MdePkg / Library / PeiPalLib / PeiPalLib.inf
index 7ffe83508a4773006574d0164abc22bae8acc902..903042820bce7d56b0608769fcb6f1546a748184 100644 (file)
@@ -1,20 +1,20 @@
-#/** @file\r
-# Component description file for Pei PAL call Library\r
+## @file\r
+# Instance of PAL Library using a PPI for PAL entrypoint .\r
 #\r
-# PAL Call Library implementation to wrap the PAL call in PEI.\r
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Instance of PAL Library that uses a PPI to retrieve the PAL\r
+# Entry Point and layers on top of AsmPalCall() in the Base Library\r
 #\r
-#  All rights reserved.\r
-#  This software and associated documentation (if any) is furnished\r
-#  under a license and may only be used or copied in accordance\r
-#  with the terms of the license. Except as permitted by such\r
-#  license, no part of this software or documentation may be\r
-#  reproduced, stored in a retrieval system, or transmitted in any\r
-#  form or by any means without the express written consent of\r
-#  Intel Corporation.\r
+# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
+#  This program and the accompanying materials\r
+#  are licensed and made available under the terms and conditions of the BSD License\r
+#  which accompanies this distribution. The full text of the license may be found at\r
+#  http://opensource.org/licenses/bsd-license.php.\r
+#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
-#**/\r
+#\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -22,9 +22,7 @@
   FILE_GUID                      = B53DC524-6B98-4584-940B-8F1363DEF09E\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PalCallLib|PEIM PEI_CORE\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  LIBRARY_CLASS                  = PalLib|PEIM SEC PEI_CORE\r
 \r
 \r
 #\r
@@ -33,7 +31,7 @@
 #  VALID_ARCHITECTURES           = IPF\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PeiPalLib.c\r
 \r
 \r
@@ -48,5 +46,5 @@
 \r
 \r
 [Ppis]\r
-  gEfiSecPlatformInformationPpiGuid             # PPI ALWAYS_CONSUMED\r
+  gEfiSecPlatformInformationPpiGuid             ## CONSUMES\r
 \r