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