]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/DxeDebugLibSerialPort/DxeDebugLibSerialPort.inf
1. Add usb LUD support in BDS
[mirror_edk2.git] / MdePkg / Library / DxeDebugLibSerialPort / DxeDebugLibSerialPort.inf
index 37741d67628756792d6fe899a8d13d43a0c15a8c..9eb047fd94d45fe1c3beda95c5d0d0dc2abd8dbd 100644 (file)
@@ -1,8 +1,8 @@
 #/** @file\r
-# Debug Library for Dxe drivers\r
+#  Base Debug library instance base on Serial Port library.\r
+#  It uses PrintLib to send debug messages to serial port device.\r
 #\r
-# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification\r
-# Copyright (c) 2006 - 2007, Intel Corporation.\r
+#  Copyright (c) 2006 - 2008, 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
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeDebugLibSerialPort\r
   FILE_GUID                      = BB83F95F-EDBC-4884-A520-CD42AF388FAE\r
-  MODULE_TYPE                    = DXE_DRIVER\r
+  MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = DebugLib \r
   EDK_RELEASE_VERSION            = 0x00020000\r
   EFI_SPECIFICATION_VERSION      = 0x00020000\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
 #\r
   PrintLib\r
   BaseLib\r
 \r
-[PcdsFixedAtBuild.common]\r
-  PcdDebugClearMemoryValue|gEfiMdePkgTokenSpaceGuid\r
-  PcdDebugPropertyMask|gEfiMdePkgTokenSpaceGuid\r
-\r
-[PcdsDynamic.common]\r
-  PcdDebugPrintErrorLevel|gEfiMdePkgTokenSpaceGuid\r
+[Pcd.common]\r
+  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel\r
+  gEfiMdePkgTokenSpaceGuid.PcdDebugClearMemoryValue\r
+  gEfiMdePkgTokenSpaceGuid.PcdDebugPropertyMask\r
 \r