]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
UefiCpuPkg: Remove double \r
[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 - 2011, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = WinNtOemHookStatusCodeHandlerDxe
14 FILE_GUID = CA4233AD-847E-4E5D-AD3F-21CABFE5E23C
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 ENTRY_POINT = WinNtOemHookStatusCodeHandlerDxeEntry
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32
23 #
24 # HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION
25 #
26
27 [Sources]
28 WinNtOemHookStatusCodeHandlerDxe.c
29
30
31 [Packages]
32 Nt32Pkg/Nt32Pkg.dec
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35
36 [LibraryClasses]
37 DebugLib
38 UefiDriverEntryPoint
39 UefiBootServicesTableLib
40 OemHookStatusCodeLib
41
42 [Protocols]
43 gEfiRscHandlerProtocolGuid ## CONSUMES
44
45 [Depex]
46 gEfiRscHandlerProtocolGuid