]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiPalLib/PeiPalLib.inf
MdePkg/DxeServicesLib: introduce AllocatePeiAccessiblePages routine
[mirror_edk2.git] / MdePkg / Library / PeiPalLib / PeiPalLib.inf
index 6c1a01e6595a9c64e6672c38e5f712776fb05694..6b49f6e50260d142cb6dec141c5f43bbb6878335 100644 (file)
@@ -1,31 +1,29 @@
-#/** @file\r
-# Instance of PAL Library using a PPI for PAL entrypoint .\r
+## @file\r
+# Instance of PAL Library using a PPI for PAL entrypoint.\r
 #\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
-# Copyright (c) 2006 - 2008, Intel Corporation\r
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\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
+#  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
   BASE_NAME                      = PeiPalLib\r
+  MODULE_UNI_FILE                = PeiPalLib.uni\r
   FILE_GUID                      = B53DC524-6B98-4584-940B-8F1363DEF09E\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PalLib|PEIM PEI_CORE\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
+  LIBRARY_CLASS                  = PalLib|PEIM SEC PEI_CORE\r
 \r
 \r
 #\r
@@ -34,7 +32,7 @@
 #  VALID_ARCHITECTURES           = IPF\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PeiPalLib.c\r
 \r
 \r
@@ -49,5 +47,5 @@
 \r
 \r
 [Ppis]\r
-  gEfiSecPlatformInformationPpiGuid             # PPI ALWAYS_CONSUMED\r
+  gEfiSecPlatformInformationPpiGuid             ## CONSUMES\r
 \r