]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/PeiReportStatusCodeLib/PeiReportStatusCodeLib.inf
Reviewed the code comments in the Include/Protocol directory for typos, grammar issue...
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / PeiReportStatusCodeLib / PeiReportStatusCodeLib.inf
index 0c4bacaf65c7392a2c76e3a2fdbc5b28ea6945fc..871a8e6f0dd03507a082a35390a03e58aae33388 100644 (file)
@@ -1,8 +1,11 @@
 #/** @file\r
-# Report status code library\r
+#  Instance of Report Status Code Library for PEI Phase.\r
 #\r
-# ReportStatusCodeLib for PEIM which depends upon Pei Services table\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  Instance of Report Status Code Library for PEI Phase. It first tries to report status\r
+#  code via PEI Status Code Service. If the service is not available, it then tries calling\r
+#  OEM Hook Status Code Library.\r
+#\r
+#  Copyright (c) 2006 - 2009, Intel Corporation.\r
 #\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
   FILE_GUID                      = 8c690838-7a22-45c4-aa58-a33e3e515cd4\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = ReportStatusCodeLib|PEIM PEI_CORE\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
-\r
+  LIBRARY_CLASS                  = ReportStatusCodeLib|SEC PEIM PEI_CORE\r
+  \r
 #\r
 # The following information is for reference only and not required by the build tools.\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
   BaseMemoryLib\r
   BaseLib\r
   DebugLib\r
+  OemHookStatusCodeLib\r
 \r
 \r
 [Guids]\r
-  gEfiStatusCodeSpecificDataGuid                # ALWAYS_CONSUMED\r
-  gEfiStatusCodeDataTypeDebugGuid               # ALWAYS_CONSUMED\r
+  gEfiStatusCodeSpecificDataGuid                ## CONSUMES\r
+  gEfiStatusCodeDataTypeDebugGuid               ## CONSUMES\r
 \r
 \r
-[PcdsFixedAtBuild.common]\r
-  PcdReportStatusCodePropertyMask|gEfiMdePkgTokenSpaceGuid\r
+[Pcd.common]\r
+  gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
 \r