]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Library/SmmRuntimeDxeReportStatusCodeLibFramework/SmmRuntimeDxeReportStatusCodeLibFramework.inf
1. Correct File header to ## @file
[mirror_edk2.git] / IntelFrameworkModulePkg / Library / SmmRuntimeDxeReportStatusCodeLibFramework / SmmRuntimeDxeReportStatusCodeLibFramework.inf
index 94f642b65a0a8009aa7c55d1c0cb5ee223364ceb..582cf878de48f3fcf06597740bba608a4216ca36 100644 (file)
@@ -1,11 +1,11 @@
-#/** @file\r
+## @file\r
 #  Report status code library instance which supports logging message in SMM, as well as DXE & runtime phase.\r
 #\r
 #  This library instance supports status code report in SMM, as well as DXE & runtime phase.\r
-#  In SMM, it logs message via customized OemHookStatusCodeLib.\r
+#  In SMM, it logs message via SMM Status Code Protocol.\r
 #  Otherwise, it logs message to ReportStatusCode() in framework runtime services table or runtime report status code protocol.\r
 #\r
-#  Copyright (c) 2006 - 2009, Intel Corporation.\r
+#  Copyright (c) 2006 - 2010, 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
@@ -15,7 +15,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -33,7 +33,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ReportStatusCodeLib.c\r
   SmmRuntimeDxeSupport.c\r
   ReportStatusCodeLibInternal.h\r
@@ -52,7 +52,6 @@
   DebugLib\r
   UefiRuntimeServicesTableLib\r
   UefiBootServicesTableLib\r
-  OemHookStatusCodeLib\r
   DevicePathLib\r
   MemoryAllocationLib\r
 \r
@@ -66,8 +65,8 @@
 [Protocols]\r
   gEfiStatusCodeRuntimeProtocolGuid             ## CONSUMES\r
   gEfiSmmBaseProtocolGuid                       ## CONSUMES\r
+  gEfiSmmStatusCodeProtocolGuid                 ## CONSUMES\r
 \r
-\r
-[Pcd.common]\r
+[Pcd]\r
   gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask\r
 \r