]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
Update the copyright notice format
[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
8f2a5f80 7# This program and the accompanying materials\r
869f8e34 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\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
869f8e34 16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = DxeWinNtLib\r
19 FILE_GUID = f6b5871d-5226-41b3-a569-3ff893fdc7bc\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = WinNtLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
869f8e34 23\r
24 CONSTRUCTOR = WinNtLibConstructor\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32\r
30#\r
31# HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION\r
32#\r
33\r
7b202cb0 34[Sources]\r
869f8e34 35 WinNtLib.c\r
869f8e34 36\r
37[Packages]\r
869f8e34 38 MdePkg/MdePkg.dec\r
0dea993c 39 Nt32Pkg/Nt32Pkg.dec\r
869f8e34 40\r
869f8e34 41[LibraryClasses]\r
42 HobLib\r
43 DebugLib\r
44\r
f40c9d17 45[Protocols]\r
46 gEfiWinNtThunkProtocolGuid # Used as HOB in the code.\r
47 \r