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