]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtOemHookStatusCodeHandlerPei/WinNtOemHookStatusCodeHandlerPei.inf
Fix a security hole in shell binaries:
[mirror_edk2.git] / Nt32Pkg / WinNtOemHookStatusCodeHandlerPei / WinNtOemHookStatusCodeHandlerPei.inf
CommitLineData
25126a05 1#/** @file\r
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
5# Copyright (c) 2007 - 2009, Intel Corporation\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = WinNtOemHookStatusCodeHandlerPei\r
21 FILE_GUID = D233D6BD-F1B1-425A-BF45-5CAF2B88EDDC\r
22 MODULE_TYPE = PEIM\r
23 ENTRY_POINT = WinNtOemHookStatusCodeHandlerPeiEntry\r
24\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32\r
30#\r
31\r
32[Sources.common]\r
33 WinNtOemHookStatusCodeHandlerPei.c\r
34\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
6f7978c4 38 MdeModulePkg/MdeModulePkg.dec\r
25126a05 39 Nt32Pkg/Nt32Pkg.dec\r
40\r
41[LibraryClasses]\r
42 PeimEntryPoint\r
43 PeiServicesLib\r
44 DebugLib\r
45 OemHookStatusCodeLib\r
46\r
47[Ppis]\r
48 gEfiPeiRscHandlerPpiGuid ## CONSUMES\r
49\r
50[Depex]\r
51 gEfiPeiRscHandlerPpiGuid\r