]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiServicesLib/PeiServicesLib.inf
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / PeiServicesLib / PeiServicesLib.inf
index 96dd977fc7377a228f647b61343d325bcded0d6e..56cb5a75ec01e40caa6442ec63e76b2bedc2c104 100644 (file)
@@ -1,42 +1,48 @@
-#/** @file\r
-# Component description file for Pei Services Library.\r
-#\r
+## @file\r
 # PEI Services Library implementation.\r
-# Copyright (c) 2007 - 2007, Intel Corporation.\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2007 - 2018, 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
+#  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                      = PeiServicesLib\r
+  MODULE_UNI_FILE                = PeiServicesLib.uni\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        ## SOMETIMES_PRODUCES ## GUID # FV File System Guid.\r
+\r
+[Ppis]\r
+  gEfiPeiFirmwareVolumeInfoPpiGuid   ## SOMETIMES_PRODUCES\r
+  gEfiPeiFirmwareVolumeInfo2PpiGuid  ## SOMETIMES_PRODUCES\r
 \r