]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
8acb94118fc62b3baa86abb7c25e9ce84c4d66a6
[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 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = VgaClassDxe
27 FILE_GUID = BF89F10D-B205-474f-96E3-7A7BB1B4A407
28 MODULE_TYPE = DXE_DRIVER
29 VERSION_STRING = 1.0
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33 ENTRY_POINT = InitializeVgaClass
34
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
39 #
40 # DRIVER_BINDING = gVgaClassDriverBinding
41 # COMPONENT_NAME = gVgaClassComponentName
42 #
43
44 ################################################################################
45 #
46 # Sources Section - list of files that are required for the build to succeed.
47 #
48 ################################################################################
49
50 [Sources.common]
51 ComponentName.c
52 ComponentName.h
53 VgaClass.h
54 VgaClass.c
55
56
57 ################################################################################
58 #
59 # Package Dependency Section - list of Package files that are required for
60 # this module.
61 #
62 ################################################################################
63
64 [Packages]
65 MdePkg/MdePkg.dec
66 MdeModulePkg/MdeModulePkg.dec
67 IntelFrameworkPkg/IntelFrameworkPkg.dec
68 R9/TianoModulePkg/TianoModulePkg.dec
69
70
71 ################################################################################
72 #
73 # Library Class Section - list of Library Classes that are required for
74 # this module.
75 #
76 ################################################################################
77
78 [LibraryClasses]
79 ReportStatusCodeLib
80 UefiBootServicesTableLib
81 MemoryAllocationLib
82 BaseMemoryLib
83 DevicePathLib
84 UefiLib
85 BaseLib
86 UefiDriverEntryPoint
87 DebugLib
88
89
90 ################################################################################
91 #
92 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
93 # that this module uses or produces.
94 #
95 ################################################################################
96
97 [Protocols]
98 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_CONSUMED
99 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_CONSUMED
100 gEfiVgaMiniPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED
101 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
102 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
103