]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
Enable Report Status Code Router introduced in PI 1.2 for PEI and DXE.
[mirror_edk2.git] / Nt32Pkg / WinNtOemHookStatusCodeHandlerDxe / WinNtOemHookStatusCodeHandlerDxe.inf
1 #/** @file
2 # OEM hook status code handler driver which produces general handler and hook it
3 # onto the DXE 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 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = WinNtOemHookStatusCodeHandlerDxe
20 FILE_GUID = CA4233AD-847E-4E5D-AD3F-21CABFE5E23C
21 MODULE_TYPE = DXE_DRIVER
22 ENTRY_POINT = WinNtOemHookStatusCodeHandlerDxeEntry
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32
28 #
29 # HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION
30 #
31
32 [Sources.common]
33 WinNtOemHookStatusCodeHandlerDxe.c
34
35
36 [Packages]
37 Nt32Pkg/Nt32Pkg.dec
38 MdePkg/MdePkg.dec
39 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
40
41 [LibraryClasses]
42 DebugLib
43 UefiDriverEntryPoint
44 UefiBootServicesTableLib
45 OemHookStatusCodeLib
46
47 [Protocols]
48 gEfiRscHandlerProtocolGuid ## CONSUMES
49
50 [Depex]
51 gEfiRscHandlerProtocolGuid