]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / WinNtThunkDxe / WinNtThunkDxe.inf
CommitLineData
7b202cb0 1## @file\r
869f8e34 2# A DXE driver to produce EFI_WIN_NT_THUNK_PROTOCOL\r
3#\r
4# EFI_WIN_NT_THUNK_PROTOCOL is a table of pointers to various Windows APIs used by various drivers to accomplish certain task in an NT32 emulator.\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\r
869f8e34 12[Defines]\r
13 INF_VERSION = 0x00010005\r
98d797cf 14 BASE_NAME = WinNtThunkDxe\r
869f8e34 15 FILE_GUID = 0C95A916-A006-11d4-BCFA-0080C73C8881\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
869f8e34 18\r
19 ENTRY_POINT = InitializeWinNtThunk\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\r
7b202cb0 27[Sources]\r
869f8e34 28 WinNtThunk.c\r
29 WinNtThunk.h\r
869f8e34 30\r
869f8e34 31\r
869f8e34 32[Packages]\r
33 MdePkg/MdePkg.dec\r
34 Nt32Pkg/Nt32Pkg.dec\r
35\r
869f8e34 36[LibraryClasses]\r
37 UefiBootServicesTableLib\r
38 WinNtLib\r
39 UefiDriverEntryPoint\r
869f8e34 40\r
869f8e34 41[Protocols]\r
42 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
43 gEfiWinNtThunkProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
44\r
07660689 45[depex]\r
46 TRUE