]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
UefiCpuPkg/PiSmmCpuDxeSmm: patch "gSmiCr3" with PatchInstructionX86()
[mirror_edk2.git] / Nt32Pkg / WinNtOemHookStatusCodeHandlerDxe / WinNtOemHookStatusCodeHandlerDxe.inf
CommitLineData
7b202cb0 1## @file\r
25126a05 2# OEM hook status code handler driver which produces general handler and hook it\r
3# onto the DXE status code router.\r
4#\r
46293a42 5# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
8f2a5f80 6# This program and the accompanying materials\r
25126a05 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
7b202cb0 15##\r
25126a05 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = WinNtOemHookStatusCodeHandlerDxe\r
20 FILE_GUID = CA4233AD-847E-4E5D-AD3F-21CABFE5E23C\r
21 MODULE_TYPE = DXE_DRIVER\r
46293a42 22 VERSION_STRING = 1.0\r
25126a05 23 ENTRY_POINT = WinNtOemHookStatusCodeHandlerDxeEntry\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32\r
29#\r
30# HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION\r
31#\r
32\r
7b202cb0 33[Sources]\r
25126a05 34 WinNtOemHookStatusCodeHandlerDxe.c\r
35\r
36\r
37[Packages]\r
38 Nt32Pkg/Nt32Pkg.dec\r
39 MdePkg/MdePkg.dec\r
6f7978c4 40 MdeModulePkg/MdeModulePkg.dec\r
25126a05 41\r
42[LibraryClasses]\r
43 DebugLib\r
44 UefiDriverEntryPoint\r
45 UefiBootServicesTableLib\r
46 OemHookStatusCodeLib\r
47\r
48[Protocols]\r
49 gEfiRscHandlerProtocolGuid ## CONSUMES\r
50\r
51[Depex]\r
52 gEfiRscHandlerProtocolGuid\r