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