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

      2 #  Instance of Report Status Code Library for PEI Phase.

      3 #

      4 #  Instance of Report Status Code Library for PEI Phase. It first tries to report status

      5 #  code via PEI Status Code Service. If the service is not available, it then tries calling

      6 #  OEM Hook Status Code Library.

      7 #

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

      9 #

     10 #  This program and the accompanying materials

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

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

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

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

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

     16 #

     17 #

     18 ##

     19 
     20 [Defines]
     21   INF_VERSION                    = 0x00010005
     22   BASE_NAME                      = PeiReportStatusCodeLib
     23   MODULE_UNI_FILE                = PeiReportStatusCodeLib.uni
     24   FILE_GUID                      = 8c690838-7a22-45c4-aa58-a33e3e515cd4
     25   MODULE_TYPE                    = PEIM
     26   VERSION_STRING                 = 1.0
     27   LIBRARY_CLASS                  = ReportStatusCodeLib|SEC PEIM PEI_CORE
     28   
     29 #

     30 # The following information is for reference only and not required by the build tools.

     31 #

     32 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)

     33 #

     34 
     35 [Sources]
     36   ReportStatusCodeLib.c
     37 
     38 
     39 [Packages]
     40   MdePkg/MdePkg.dec
     41   MdeModulePkg/MdeModulePkg.dec
     42 
     43 [LibraryClasses]
     44   PcdLib
     45   PeiServicesTablePointerLib
     46   BaseMemoryLib
     47   BaseLib
     48   DebugLib
     49   OemHookStatusCodeLib
     50 
     51 
     52 [Guids]
     53   gEfiStatusCodeSpecificDataGuid                ## SOMETIMES_CONSUMES   ## UNDEFINED

     54   gEfiStatusCodeDataTypeDebugGuid               ## SOMETIMES_CONSUMES   ## UNDEFINED

     55 
     56 
     57 [Pcd]
     58   gEfiMdePkgTokenSpaceGuid.PcdReportStatusCodePropertyMask  ## CONSUMES

     59 
     60