]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/StatusCodeHandlerRuntimeDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / RuntimeDxe / StatusCodeHandlerRuntimeDxe.inf
index 57329ffc596f141579a3f4f7e6e5ca121970af8c..ba22ca48cf1c5c4c2b42cd9a753177cc69b77855 100644 (file)
@@ -1,10 +1,9 @@
 ## @file\r
-#  Status Code Handler Driver which produces general handlers and hook them\r
-#  onto the DXE status code router.\r
+#  Status Code Handler Driver which produces general handlers and hook them onto the DXE status code router.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation.\r
+#  Copyright (c) 2006 - 2014, 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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = StatusCodeHandlerRuntimeDxe\r
+  MODULE_UNI_FILE                = StatusCodeHandlerRuntimeDxe.uni\r
   FILE_GUID                      = 6C2004EF-4E0E-4BE4-B14C-340EB4AA5891\r
   MODULE_TYPE                    = DXE_RUNTIME_DRIVER\r
+  VERSION_STRING                 = 1.0\r
   ENTRY_POINT                    = StatusCodeHandlerRuntimeDxeEntry\r
 \r
 #\r
   PrintLib\r
   ReportStatusCodeLib\r
   DebugLib\r
-  SynchronizationLib\r
-\r
+  BaseMemoryLib\r
+  \r
 [Guids]\r
-  gMemoryStatusCodeRecordGuid                   ## CONSUMES ## HOB\r
+  gMemoryStatusCodeRecordGuid                   ## SOMETIMES_CONSUMES   ## HOB\r
+  gEfiStatusCodeDataTypeStringGuid              ## SOMETIMES_CONSUMES   ## UNDEFINED\r
   gEfiEventVirtualAddressChangeGuid             ## CONSUMES ## Event\r
   gEfiEventExitBootServicesGuid                 ## CONSUMES ## Event\r
 \r
   gEfiRscHandlerProtocolGuid                    ## CONSUMES\r
 \r
 [FeaturePcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeReplayIn\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeReplayIn  ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory   ## SOMETIMES_CONSUMES\r
 \r
 [Depex]\r
   gEfiRscHandlerProtocolGuid\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  StatusCodeHandlerRuntimeDxeExtra.uni\r