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