]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / Pei / StatusCodeHandlerPei.inf
index 189da71d0b8d753119200ed3fb226d197c12a863..5d96fe3041681f4df0fd30943ae7dcad24c083e4 100644 (file)
@@ -1,10 +1,9 @@
-#/** @file\r
-#  Report Status Code Handler PEIM which produces general handlers and hook them\r
-#  onto the PEI status code router.\r
+## @file\r
+#  Report Status Code Handler PEIM which produces general handlers and hook them onto the PEI status code router.\r
 #\r
-#  Copyright (c) 2009, Intel Corporation.\r
+#  Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
 #  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                      = StatusCodeHandlerPei\r
+  MODULE_UNI_FILE                = StatusCodeHandlerPei.uni\r
   FILE_GUID                      = 9D225237-FA01-464C-A949-BAABC02D31D0\r
   MODULE_TYPE                    = PEIM\r
+  VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = StatusCodeHandlerPeiEntry\r
 \r
 #\r
@@ -27,7 +28,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is only for build)\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   StatusCodeHandlerPei.c\r
   StatusCodeHandlerPei.h\r
   SerialStatusCodeWorker.c\r
   ReportStatusCodeLib\r
   PrintLib\r
   DebugLib\r
+  BaseMemoryLib\r
 \r
 [Guids]\r
-  gMemoryStatusCodeRecordGuid                   ## SOMETIMES_CONSUMES ## HOB\r
+  ## SOMETIMES_PRODUCES   ## HOB\r
+  ## SOMETIMES_CONSUMES   ## HOB\r
+  gMemoryStatusCodeRecordGuid\r
+  gEfiStatusCodeDataTypeStringGuid              ## SOMETIMES_CONSUMES   ## UNDEFINED\r
 \r
 [Ppis]\r
   gEfiPeiRscHandlerPpiGuid                      ## CONSUMES\r
 \r
-[FeaturePcd.common]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
+[FeaturePcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES\r
 \r
-[Pcd.common]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory\r
+[Pcd]\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory    ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   gEfiPeiRscHandlerPpiGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  StatusCodeHandlerPeiExtra.uni\r