]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
1. EDK_RELEASE_VERSION removed;
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / VgaClassDxe.inf
CommitLineData
e081218d 1#/** @file\r
4ee6846f 2# Component description file for VgaClass module.\r
e081218d 3#\r
4ee6846f 4# This driver produces a VGA console.\r
5# Copyright (c) 2006, Intel Corporation.\r
e081218d 6#\r
4ee6846f 7# All rights reserved. This program and the accompanying materials \r
8# are licensed and made available under the terms and conditions of the BSD License \r
9# which accompanies this distribution. The full text of the license may be found at \r
10# http://opensource.org/licenses/bsd-license.php \r
3db51098 11# \r
4ee6846f 12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
e081218d 14#\r
15#\r
16#**/\r
17\r
e081218d 18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = VgaClassDxe\r
21 FILE_GUID = BF89F10D-B205-474f-96E3-7A7BB1B4A407\r
1a8802f7 22 MODULE_TYPE = UEFI_DRIVER\r
e081218d 23 VERSION_STRING = 1.0\r
e081218d 24 EFI_SPECIFICATION_VERSION = 0x00020000\r
e081218d 25 ENTRY_POINT = InitializeVgaClass\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32# DRIVER_BINDING = gVgaClassDriverBinding \r
33# COMPONENT_NAME = gVgaClassComponentName \r
34#\r
35\r
e081218d 36[Sources.common]\r
37 ComponentName.c\r
38 ComponentName.h\r
39 VgaClass.h\r
40 VgaClass.c\r
41\r
42\r
e081218d 43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
888b8afb 47 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
e081218d 48\r
49\r
e081218d 50[LibraryClasses]\r
51 ReportStatusCodeLib\r
52 UefiBootServicesTableLib\r
53 MemoryAllocationLib\r
54 BaseMemoryLib\r
e081218d 55 UefiLib\r
56 BaseLib\r
57 UefiDriverEntryPoint\r
58 DebugLib\r
59\r
60\r
e081218d 61[Protocols]\r
62 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
63 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
64 gEfiVgaMiniPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
67\r
1a8802f7 68\r