]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeDebugPrintErrorLevelLib/DxeDebugPrintErrorLevelLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeDebugPrintErrorLevelLib / DxeDebugPrintErrorLevelLib.inf
index a4a44b1c2efa38d9219c761967d973d65a325a82..39a14f0d73fb7f4c512abe436fbb28b6eb706aea 100644 (file)
@@ -1,17 +1,11 @@
 ## @file\r
-#  Debug Print Error Level library instance that provide compatibility with the \r
-#  "err" shell command.  This includes support for the Debug Mask Protocol\r
-#  supports for global debug print error level mask stored in an EFI Variable.\r
-#  This library instance only support DXE Phase modules.\r
+#  Debug Print Error Level library instance that provide compatibility with the "err" shell command.\r
+#  This includes support for the Debug Mask Protocol supports for global debug print error level mask\r
+#  stored in an EFI Variable. This library instance only support DXE Phase modules.\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
-#  which accompanies this distribution. The full text of the license may be found at\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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeDebugPrintErrorLevelLib\r
+  MODULE_UNI_FILE                = DxeDebugPrintErrorLevelLib.uni\r
   FILE_GUID                      = 1D564EC9-9373-49a4-9E3F-E4D7B9974C84\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = DebugPrintErrorLevelLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
+  LIBRARY_CLASS                  = DebugPrintErrorLevelLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
   CONSTRUCTOR                    = DxeDebugPrintErrorLevelLibConstructor\r
   DESTRUCTOR                     = DxeDebugPrintErrorLevelLibDestructor\r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 \r
 [LibraryClasses]\r
   PcdLib\r
-  \r
+  HobLib\r
+\r
 [Protocols]\r
-  gEfiDebugMaskProtocolGuid\r
-  \r
+  gEfiDebugMaskProtocolGuid     ## PRODUCES\r
+\r
 [Guids]\r
-  gEfiGenericVariableGuid  \r
+  ## SOMETIMES_PRODUCES   ## Variable:L"EFIDebug"\r
+  ## SOMETIMES_CONSUMES   ## Variable:L"EFIDebug"\r
+  ## SOMETIMES_CONSUMES   ## HOB\r
+  gEfiGenericVariableGuid\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel\r
+  gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel  ## CONSUMES\r