]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
UefiCpuPkg: Remove double \r
[mirror_edk2.git] / Nt32Pkg / Library / DxeWinNtLib / DxeWinNtLib.inf
1 ## @file
2 # A library to produce the global variable 'gWinNt'
3 #
4 # This library contains a single global variable 'gWinNt' along with a constructor to initialize that global.
5 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = DxeWinNtLib
14 FILE_GUID = f6b5871d-5226-41b3-a569-3ff893fdc7bc
15 MODULE_TYPE = DXE_DRIVER
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = WinNtLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
18
19 CONSTRUCTOR = WinNtLibConstructor
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32
25 #
26 # HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION
27 #
28
29 [Sources]
30 WinNtLib.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 Nt32Pkg/Nt32Pkg.dec
35
36 [LibraryClasses]
37 HobLib
38 DebugLib
39
40 [Protocols]
41 gEfiWinNtThunkProtocolGuid # Used as HOB in the code.
42