]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
Nt32Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / Nt32Pkg / WinNtGopDxe / WinNtGopDxe.inf
CommitLineData
7b202cb0 1## @file\r
c9fc89a3 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
8f2a5f80 8# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
c9fc89a3 9#\r
9d2eedba 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
c9fc89a3 11#\r
12#\r
7b202cb0 13##\r
c9fc89a3 14\r
c9fc89a3 15[Defines]\r
16 INF_VERSION = 0x00010005\r
2ad8b20d 17 BASE_NAME = WinNtGopDxe\r
c9fc89a3 18 FILE_GUID = 29b3c4c6-e5aa-49e4-8ce0-2772f782ddc2\r
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
c9fc89a3 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
7b202cb0 33[Sources]\r
c9fc89a3 34 WinNtGopDriver.c\r
35 ComponentName.c\r
36 WinNtGop.h\r
37 WinNtGopInput.c\r
38 WinNtGopScreen.c\r
39\r
c9fc89a3 40[Packages]\r
c9fc89a3 41 MdePkg/MdePkg.dec\r
0dea993c 42 Nt32Pkg/Nt32Pkg.dec\r
c9fc89a3 43\r
44\r
c9fc89a3 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
c9fc89a3 55[Guids]\r
56 gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID\r
57 gEfiWinNtGopGuid # ALWAYS_CONSUMED\r
c9fc89a3 58\r
c9fc89a3 59[Protocols]\r
60 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START\r
61 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START\r
62cf113f 62 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START\r
c9fc89a3 63 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START\r