]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf
remove some comments introduced by tools.
[mirror_edk2.git] / Nt32Pkg / WinNtGopDxe / WinNtGopDxe.inf
CommitLineData
c9fc89a3 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 - 2007, Intel Corporation\r
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
18#**/\r
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
c9fc89a3 40[Sources.common]\r
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
65\r
66\r
c9fc89a3 67[Protocols]\r
68 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START\r
69 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START\r
70 gEfiWinNtIoProtocolGuid # PROTOCOL TO_START\r
71\r