]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf
1) Remove Protocol/AcpiS3Save.h from IntelFrameworkPkg, which should be defined in...
[mirror_edk2.git] / Nt32Pkg / Library / DxeWinNtLib / DxeWinNtLib.inf
CommitLineData
869f8e34 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 - 2007, Intel Corporation.\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
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
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
23 EDK_RELEASE_VERSION = 0x00020000\r
24 EFI_SPECIFICATION_VERSION = 0x00020000\r
25\r
26 CONSTRUCTOR = WinNtLibConstructor\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32\r
32#\r
33# HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION\r
34#\r
35\r
869f8e34 36[Sources.common]\r
37 WinNtLib.c\r
869f8e34 38\r
39[Packages]\r
869f8e34 40 MdePkg/MdePkg.dec\r
0dea993c 41 Nt32Pkg/Nt32Pkg.dec\r
869f8e34 42\r
869f8e34 43[LibraryClasses]\r
44 HobLib\r
45 DebugLib\r
46\r
f40c9d17 47[Protocols]\r
48 gEfiWinNtThunkProtocolGuid # Used as HOB in the code.\r
49 \r