X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FLibrary%2FDxeWinNtLib%2FDxeWinNtLib.inf;fp=Nt32Pkg%2FLibrary%2FDxeWinNtLib%2FDxeWinNtLib.inf;h=0000000000000000000000000000000000000000;hb=7afa0cea8f2ccedc231f1208609148a38c958a64;hp=47430e86b9641f1a54ab784bfffa9fc635872de3;hpb=4d5d7812786db947e476b4d850698b465d0e2d99;p=mirror_edk2.git diff --git a/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf b/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf deleted file mode 100644 index 47430e86b9..0000000000 --- a/Nt32Pkg/Library/DxeWinNtLib/DxeWinNtLib.inf +++ /dev/null @@ -1,42 +0,0 @@ -## @file -# A library to produce the global variable 'gWinNt' -# -# This library contains a single global variable 'gWinNt' along with a constructor to initialize that global. -# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
-# -# SPDX-License-Identifier: BSD-2-Clause-Patent -# -# -## -[Defines] - INF_VERSION = 0x00010005 - BASE_NAME = DxeWinNtLib - FILE_GUID = f6b5871d-5226-41b3-a569-3ff893fdc7bc - MODULE_TYPE = DXE_DRIVER - VERSION_STRING = 1.0 - LIBRARY_CLASS = WinNtLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER - - CONSTRUCTOR = WinNtLibConstructor - -# -# The following information is for reference only and not required by the build tools. -# -# VALID_ARCHITECTURES = IA32 -# -# HOB Guid C Name: gEfiWinNtThunkProtocolGuid Hob Type: GUID_EXTENSION -# - -[Sources] - WinNtLib.c - -[Packages] - MdePkg/MdePkg.dec - Nt32Pkg/Nt32Pkg.dec - -[LibraryClasses] - HobLib - DebugLib - -[Protocols] - gEfiWinNtThunkProtocolGuid # Used as HOB in the code. -