]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Library / PeiServicesLib / PeiServicesLib.inf
index cdbc0a314ed5092381810912bd91cbaaf3f6136f..bc451e10179fb5a466379aa33cae55dd48896639 100644 (file)
@@ -1,10 +1,9 @@
-#/** @file\r
-# Component description file for Pei Services Library.\r
-#\r
+## @file\r
 # PEI Services Library implementation.\r
-# Copyright (c) 2007, Intel Corporation.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007 - 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
@@ -12,7 +11,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   FILE_GUID                      = a804239b-4155-446f-acc8-f0825d74908c\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PeiServicesLib|PEIM PEI_CORE \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
+  LIBRARY_CLASS                  = PeiServicesLib|SEC PEIM PEI_CORE \r
+  PI_SPECIFICATION_VERSION       = 0x0001000A\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   PeiServicesLib.c\r
 \r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
 \r
-\r
 [LibraryClasses]\r
   PeiServicesTablePointerLib\r
+  MemoryAllocationLib\r
+  DebugLib\r
+\r
+[Guids]\r
+  gEfiFirmwareFileSystem2Guid        ## PRODUCES ## FV\r
+\r
+[Ppis]\r
+  gEfiPeiFirmwareVolumeInfoPpiGuid   ## PRODUCES\r
+\r
+\r
 \r