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