]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf
UefiCpuPkg: Remove double \r
[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 - 2011, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = WinNtOemHookStatusCodeHandlerPei
15 FILE_GUID = D233D6BD-F1B1-425A-BF45-5CAF2B88EDDC
16 MODULE_TYPE = PEIM
17 VERSION_STRING = 1.0
18 ENTRY_POINT = WinNtOemHookStatusCodeHandlerPeiEntry
19
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32
25 #
26
27 [Sources]
28 WinNtOemHookStatusCodeHandlerPei.c
29
30
31 [Packages]
32 MdePkg/MdePkg.dec
33 MdeModulePkg/MdeModulePkg.dec
34 Nt32Pkg/Nt32Pkg.dec
35
36 [LibraryClasses]
37 PeimEntryPoint
38 PeiServicesLib
39 DebugLib
40 OemHookStatusCodeLib
41
42 [Ppis]
43 gEfiPeiRscHandlerPpiGuid ## CONSUMES
44
45 [Depex]
46 gEfiPeiRscHandlerPpiGuid