]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseDebugLibSerialPort/BaseDebugLibSerialPort.inf
Without this fix, the "%r" format specifier prints eg. "0000001A" instead of "Securit...
[mirror_edk2.git] / MdePkg / Library / BaseDebugLibSerialPort / BaseDebugLibSerialPort.inf
index 1fb59ce12f600c32d07bc6f546daf2283904e429..61befd688b57a36a509c57164495763434b41521 100644 (file)
@@ -2,12 +2,12 @@
 #  Instance of Debug Library based on Serial Port Library.\r
 #  It uses Print Library to produce formatted output strings.\r
 #\r
-#  Copyright (c) 2006 - 2010, Intel Corporation.\r
+#  Copyright (c) 2006 - 2011, 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
+#  http://opensource.org/licenses/bsd-license.php.\r
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
@@ -21,6 +21,7 @@
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = DebugLib \r
+  CONSTRUCTOR                    = BaseDebugLibSerialPortConstructor\r
 \r
 #\r
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
@@ -38,9 +39,9 @@
   PcdLib\r
   PrintLib\r
   BaseLib\r
+  DebugPrintErrorLevelLib\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue\r
   gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask\r
 \r