Home | History | Annotate | Download | only in BaseDebugPrintErrorLevelLib
      1 ## @file

      2 #  Debug Print Error Level library instance based on PcdDebugPrintErrorLevel.

      3 #  It retrieves the current error level from PcdDebugPrintErrorLevel.  

      4 #

      5 #  Copyright (c) 2011 - 2014, Intel Corporation. All rights reserved.<BR>

      6 #

      7 #  This program and the accompanying materials

      8 #  are licensed and made available under the terms and conditions of the BSD License

      9 #  which accompanies this distribution. The full text of the license may be found at

     10 #  http://opensource.org/licenses/bsd-license.php.

     11 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,

     12 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.

     13 #

     14 ##

     15 
     16 [Defines]
     17   INF_VERSION                    = 0x00010005
     18   BASE_NAME                      = BaseDebugPrintErrorLevelLib
     19   MODULE_UNI_FILE                = BaseDebugPrintErrorLevelLib.uni
     20   FILE_GUID                      = A2C09E18-E4D2-407e-AFCC-628B79113F72
     21   MODULE_TYPE                    = BASE
     22   VERSION_STRING                 = 1.0
     23   LIBRARY_CLASS                  = DebugPrintErrorLevelLib
     24 
     25 #

     26 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC

     27 #

     28 
     29 [Sources]
     30   BaseDebugPrintErrorLevelLib.c
     31 
     32 [Packages]
     33   MdePkg/MdePkg.dec
     34 
     35 [LibraryClasses]
     36   PcdLib
     37   
     38 [Pcd]
     39   gEfiMdePkgTokenSpaceGuid.PcdDebugPrintErrorLevel  ## CONSUMES

     40 
     41