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