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

      2 # OEM hook status code handler PEIM which produces general handler and hook it

      3 # onto the PEI status code router.

      4 #

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

      6 # This program and the accompanying materials

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

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

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

     10 #

     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 ##

     17 
     18 [Defines]
     19   INF_VERSION                    = 0x00010005
     20   BASE_NAME                      = WinNtOemHookStatusCodeHandlerPei
     21   FILE_GUID                      = D233D6BD-F1B1-425A-BF45-5CAF2B88EDDC
     22   MODULE_TYPE                    = PEIM
     23   VERSION_STRING                 = 1.0
     24   ENTRY_POINT                    = WinNtOemHookStatusCodeHandlerPeiEntry
     25 
     26 
     27 #

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

     29 #

     30 #  VALID_ARCHITECTURES           = IA32

     31 #

     32 
     33 [Sources]
     34   WinNtOemHookStatusCodeHandlerPei.c
     35 
     36 
     37 [Packages]
     38   MdePkg/MdePkg.dec
     39   MdeModulePkg/MdeModulePkg.dec
     40   Nt32Pkg/Nt32Pkg.dec
     41 
     42 [LibraryClasses]
     43   PeimEntryPoint
     44   PeiServicesLib
     45   DebugLib
     46   OemHookStatusCodeLib
     47 
     48 [Ppis]
     49   gEfiPeiRscHandlerPpiGuid                      ## CONSUMES

     50 
     51 [Depex]
     52   gEfiPeiRscHandlerPpiGuid
     53