]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf
Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.
[mirror_edk2.git] / Nt32Pkg / WinNtOemHookStatusCodeHandlerPei / WinNtOemHookStatusCodeHandlerPei.inf
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 - 2009, Intel Corporation
6 # All rights reserved. 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 ENTRY_POINT = WinNtOemHookStatusCodeHandlerPeiEntry
24
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32
30 #
31
32 [Sources.common]
33 WinNtOemHookStatusCodeHandlerPei.c
34
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
39 Nt32Pkg/Nt32Pkg.dec
40
41 [LibraryClasses]
42 PeimEntryPoint
43 PeiServicesLib
44 DebugLib
45 OemHookStatusCodeLib
46
47 [Ppis]
48 gEfiPeiRscHandlerPpiGuid ## CONSUMES
49
50 [Depex]
51 gEfiPeiRscHandlerPpiGuid