]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
clean up package dependecy.
[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
69
70 ################################################################################
71 #
72 # Library Class Section - list of Library Classes that are required for
73 # this module.
74 #
75 ################################################################################
76
77 [LibraryClasses]
78 ReportStatusCodeLib
79 UefiBootServicesTableLib
80 MemoryAllocationLib
81 BaseMemoryLib
82 DevicePathLib
83 UefiLib
84 BaseLib
85 UefiDriverEntryPoint
86 DebugLib
87
88
89 ################################################################################
90 #
91 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
92 # that this module uses or produces.
93 #
94 ################################################################################
95
96 [Protocols]
97 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_CONSUMED
98 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_CONSUMED
99 gEfiVgaMiniPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED
100 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
101 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
102