]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
Retired gSimpleTextInExNotifyGuid, used local structure address to be notify handle.
[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 - 2007, Intel Corporation
9 #
10 # All rights reserved. This program and the accompanying materials
11 # are licensed and made available under the terms and conditions of the BSD License
12 # which accompanies this distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 #**/
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = WinNtGopDxe
23 FILE_GUID = 29b3c4c6-e5aa-49e4-8ce0-2772f782ddc2
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26 EDK_RELEASE_VERSION = 0x00020000
27 EFI_SPECIFICATION_VERSION = 0x00020000
28
29 ENTRY_POINT = InitializeWinNtGop
30
31 #
32 # The following information is for reference only and not required by the build tools.
33 #
34 # VALID_ARCHITECTURES = IA32
35 #
36 # DRIVER_BINDING = gWinNtGopDriverBinding
37 # COMPONENT_NAME = gWinNtGopComponentName
38 #
39
40 [Sources.common]
41 WinNtGopDriver.c
42 ComponentName.c
43 WinNtGop.h
44 WinNtGopInput.c
45 WinNtGopScreen.c
46
47 [Packages]
48 MdePkg/MdePkg.dec
49 MdeModulePkg/MdeModulePkg.dec
50 Nt32Pkg/Nt32Pkg.dec
51
52
53 [LibraryClasses]
54 MemoryAllocationLib
55 UefiBootServicesTableLib
56 BaseMemoryLib
57 UefiLib
58 UefiDriverEntryPoint
59 BaseLib
60 DebugLib
61
62
63 [Guids]
64 gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID
65 gEfiWinNtGopGuid # ALWAYS_CONSUMED
66
67 [Protocols]
68 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
69 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
70 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
71 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START