]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / WinNtGopDxe / WinNtGopDxe.inf
1 ## @file
2 # Gop Driver
3 #
4 # GOP is short hand for UEFI Graphics Output protocol.
5 # This file is a verision of GopIo the uses WinNtThunk system calls as an IO
6 # abstraction. For a PCI device WinNtIo would be replaced with
7 # a PCI IO abstraction that abstracted a specific PCI device.
8 # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = WinNtGopDxe
18 FILE_GUID = 29b3c4c6-e5aa-49e4-8ce0-2772f782ddc2
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21
22 ENTRY_POINT = InitializeWinNtGop
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32
28 #
29 # DRIVER_BINDING = gWinNtGopDriverBinding
30 # COMPONENT_NAME = gWinNtGopComponentName
31 #
32
33 [Sources]
34 WinNtGopDriver.c
35 ComponentName.c
36 WinNtGop.h
37 WinNtGopInput.c
38 WinNtGopScreen.c
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 Nt32Pkg/Nt32Pkg.dec
43
44
45 [LibraryClasses]
46 MemoryAllocationLib
47 UefiBootServicesTableLib
48 BaseMemoryLib
49 UefiLib
50 UefiDriverEntryPoint
51 BaseLib
52 DebugLib
53
54
55 [Guids]
56 gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID
57 gEfiWinNtGopGuid # ALWAYS_CONSUMED
58
59 [Protocols]
60 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
61 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
62 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
63 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START