]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseDebugPrintErrorLevelLib.inf
MdePkg/DxeRuntimeDebugLibSerialPort: Add new APIs
[mirror_edk2.git] / MdePkg / Library / BaseDebugPrintErrorLevelLib / BaseDebugPrintErrorLevelLib.inf
index 72102e424416cc72eeadedd0b3f4b70e71758fcf..3671e88b16f5c508d614f734ca81749474eb6f3d 100644 (file)
@@ -1,8 +1,8 @@
 ## @file\r
-#  Debug Print Error Level library instance that retrieves the current error \r
-#  level from PcdDebugPrintErrorLevel.  \r
+#  Debug Print Error Level library instance based on PcdDebugPrintErrorLevel.\r
+#  It retrieves the current error level from PcdDebugPrintErrorLevel.\r
 #\r
-#  Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = BaseDebugPrintErrorLevelLib\r
+  MODULE_UNI_FILE                = BaseDebugPrintErrorLevelLib.uni\r
   FILE_GUID                      = A2C09E18-E4D2-407e-AFCC-628B79113F72\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = DebugPrintErrorLevelLib\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
@@ -33,6 +34,7 @@
 \r
 [LibraryClasses]\r
   PcdLib\r
-  \r
+\r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel\r
+  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel  ## CONSUMES\r
+\r