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

      2 # Instance of Post Code Library based on Report Status Code Library.

      3 #

      4 # Post Code Library that layers on top of a Report Status Code Library instance.

      5 #

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

      7 #

      8 #  This program and the accompanying materials

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

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

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

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

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

     14 #

     15 #

     16 ##

     17 
     18 [Defines]
     19   INF_VERSION                    = 0x00010005
     20   BASE_NAME                      = PeiDxePostCodeLibReportStatusCode
     21   MODULE_UNI_FILE                = PeiDxePostCodeLibReportStatusCode.uni
     22   FILE_GUID                      = e062c52d-78dc-4cc5-b246-b13497a8123c
     23   MODULE_TYPE                    = PEIM
     24   VERSION_STRING                 = 1.0
     25   LIBRARY_CLASS                  = PostCodeLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER PEIM PEI_CORE UEFI_APPLICATION UEFI_DRIVER
     26 
     27 
     28 #

     29 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC

     30 #

     31 
     32 [Sources]
     33   PostCode.c
     34 
     35 [Packages]
     36   MdePkg/MdePkg.dec
     37 
     38 [LibraryClasses]
     39   BaseLib
     40   PcdLib
     41   ReportStatusCodeLib
     42 
     43 [Pcd]
     44   gEfiMdePkgTokenSpaceGuid.PcdPostCodePropertyMask     ## CONSUMES

     45 
     46