]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
remove some comments introduced by tools.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / VgaClassDxe.inf
CommitLineData
e081218d 1#/** @file\r
2# Component description file for VgaClass module.\r
3#\r
4# This driver produces a VGA console.\r
5# Copyright (c) 2006, Intel Corporation.\r
6#\r
7# All rights reserved.\r
8# This software and associated documentation (if any) is furnished\r
9# under a license and may only be used or copied in accordance\r
10# with the terms of the license. Except as permitted by such\r
11# license, no part of this software or documentation may be\r
12# reproduced, stored in a retrieval system, or transmitted in any\r
13# form or by any means without the express written consent of\r
14# Intel Corporation.\r
15#\r
16#\r
17#**/\r
18\r
e081218d 19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = VgaClassDxe\r
22 FILE_GUID = BF89F10D-B205-474f-96E3-7A7BB1B4A407\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = InitializeVgaClass\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35# DRIVER_BINDING = gVgaClassDriverBinding \r
36# COMPONENT_NAME = gVgaClassComponentName \r
37#\r
38\r
e081218d 39[Sources.common]\r
40 ComponentName.c\r
41 ComponentName.h\r
42 VgaClass.h\r
43 VgaClass.c\r
44\r
45\r
e081218d 46[Packages]\r
47 MdePkg/MdePkg.dec\r
48 MdeModulePkg/MdeModulePkg.dec\r
49 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
e081218d 50\r
51\r
e081218d 52[LibraryClasses]\r
53 ReportStatusCodeLib\r
54 UefiBootServicesTableLib\r
55 MemoryAllocationLib\r
56 BaseMemoryLib\r
57 DevicePathLib\r
58 UefiLib\r
59 BaseLib\r
60 UefiDriverEntryPoint\r
61 DebugLib\r
62\r
63\r
e081218d 64[Protocols]\r
65 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
67 gEfiVgaMiniPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
68 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
69 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
70\r