]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtOemHookStatusCodeHandlerDxe/WinNtOemHookStatusCodeHandlerDxe.inf
Update the copyright notice format
[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
8f2a5f80
HT
5# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
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
22 ENTRY_POINT = WinNtOemHookStatusCodeHandlerDxeEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32\r
28#\r
29# HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION\r
30#\r
31\r
7b202cb0 32[Sources]\r
25126a05 33 WinNtOemHookStatusCodeHandlerDxe.c\r
34\r
35\r
36[Packages]\r
37 Nt32Pkg/Nt32Pkg.dec\r
38 MdePkg/MdePkg.dec\r
6f7978c4 39 MdeModulePkg/MdeModulePkg.dec\r
25126a05 40\r
41[LibraryClasses]\r
42 DebugLib\r
43 UefiDriverEntryPoint\r
44 UefiBootServicesTableLib\r
45 OemHookStatusCodeLib\r
46\r
47[Protocols]\r
48 gEfiRscHandlerProtocolGuid ## CONSUMES\r
49\r
50[Depex]\r
51 gEfiRscHandlerProtocolGuid\r