]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtThunkDxe/WinNtThunkDxe.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / WinNtThunkDxe / WinNtThunkDxe.inf
1 ## @file
2 # A DXE driver to produce EFI_WIN_NT_THUNK_PROTOCOL
3 #
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.
5 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = WinNtThunkDxe
15 FILE_GUID = 0C95A916-A006-11d4-BCFA-0080C73C8881
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18
19 ENTRY_POINT = InitializeWinNtThunk
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32
25 #
26
27 [Sources]
28 WinNtThunk.c
29 WinNtThunk.h
30
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 Nt32Pkg/Nt32Pkg.dec
35
36 [LibraryClasses]
37 UefiBootServicesTableLib
38 WinNtLib
39 UefiDriverEntryPoint
40
41 [Protocols]
42 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED
43 gEfiWinNtThunkProtocolGuid # PROTOCOL ALWAYS_PRODUCED
44
45 [depex]
46 TRUE