]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
ca018053331a33dfde10c486eae327a33f83ee57
[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 Nt32Pkg/Nt32Pkg.dec
50
51
52 [LibraryClasses]
53 MemoryAllocationLib
54 UefiBootServicesTableLib
55 BaseMemoryLib
56 UefiLib
57 UefiDriverEntryPoint
58 BaseLib
59 DebugLib
60
61
62 [Guids]
63 gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID
64 gEfiWinNtGopGuid # ALWAYS_CONSUMED
65
66 [Protocols]
67 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
68 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
69 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
70 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START