]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf
MdePkg/UefiBaseType.h: treat EBC as a non-native machine type
[mirror_edk2.git] / Nt32Pkg / WinNtOemHookStatusCodeHandlerPei / WinNtOemHookStatusCodeHandlerPei.inf
CommitLineData
7b202cb0 1## @file\r
25126a05 2# OEM hook status code handler PEIM which produces general handler and hook it\r
3# onto the PEI status code router.\r
4#\r
46293a42 5# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
9d2eedba 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
25126a05 7\r
8#\r
9#\r
7b202cb0 10##\r
25126a05 11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = WinNtOemHookStatusCodeHandlerPei\r
15 FILE_GUID = D233D6BD-F1B1-425A-BF45-5CAF2B88EDDC\r
16 MODULE_TYPE = PEIM\r
46293a42 17 VERSION_STRING = 1.0\r
25126a05 18 ENTRY_POINT = WinNtOemHookStatusCodeHandlerPeiEntry\r
19\r
20\r
21#\r
22# The following information is for reference only and not required by the build tools.\r
23#\r
24# VALID_ARCHITECTURES = IA32\r
25#\r
26\r
7b202cb0 27[Sources]\r
25126a05 28 WinNtOemHookStatusCodeHandlerPei.c\r
29\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
6f7978c4 33 MdeModulePkg/MdeModulePkg.dec\r
25126a05 34 Nt32Pkg/Nt32Pkg.dec\r
35\r
36[LibraryClasses]\r
37 PeimEntryPoint\r
38 PeiServicesLib\r
39 DebugLib\r
40 OemHookStatusCodeLib\r
41\r
42[Ppis]\r
43 gEfiPeiRscHandlerPpiGuid ## CONSUMES\r
44\r
45[Depex]\r
46 gEfiPeiRscHandlerPpiGuid\r