]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / Library / DxeWinNtLib / DxeWinNtLib.inf
... / ...
CommitLineData
1## @file\r
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
5# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
6#\r
7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
8#\r
9#\r
10##\r
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
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
29[Sources]\r
30 WinNtLib.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 Nt32Pkg/Nt32Pkg.dec\r
35\r
36[LibraryClasses]\r
37 HobLib\r
38 DebugLib\r
39\r
40[Protocols]\r
41 gEfiWinNtThunkProtocolGuid # Used as HOB in the code.\r
42 \r