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