]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/Library/PlatformDebugLibIoPort/PlatformDebugLibIoPort.inf
OvmfPkg/PlatformDebugLibIoPort: list "DebugLibDetect.h" in the INF files
[mirror_edk2.git] / OvmfPkg / Library / PlatformDebugLibIoPort / PlatformDebugLibIoPort.inf
index a70c7b53608b4a7cfd2f0d3822f1a454221da560..baa90a3d4327275eb0a2b061d0c91f303ec2f7a8 100644 (file)
@@ -2,7 +2,7 @@
 #  Instance of Debug Library for the QEMU debug console port.\r
 #  It uses Print Library to produce formatted output strings.\r
 #\r
-#  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  Copyright (c) 2012, Red Hat, Inc.<BR>\r
 #\r
 #  This program and the accompanying materials\r
@@ -21,7 +21,7 @@
   FILE_GUID                      = DF934DA3-CD31-49FE-AF50-B3C87C79325F\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = DebugLib\r
+  LIBRARY_CLASS                  = DebugLib|PEI_CORE PEIM DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
   CONSTRUCTOR                    = PlatformDebugLibIoPortConstructor\r
 \r
 #\r
@@ -30,6 +30,8 @@
 \r
 [Sources]\r
   DebugLib.c\r
+  DebugLibDetect.c\r
+  DebugLibDetect.h\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -47,4 +49,5 @@
   gUefiOvmfPkgTokenSpaceGuid.PcdDebugIoPort                ## CONSUMES\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue        ## CONSUMES\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask            ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdFixedDebugPrintErrorLevel    ## CONSUMES\r
 \r