]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
Code scrub for VgaClass Driver.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / VgaClassDxe.inf
CommitLineData
e081218d 1#/** @file\r
55a1bb43 2# VGA Class Driver that managers VGA devices and produces Simple Text Output Protocol.\r
e081218d 3#\r
55a1bb43 4# Copyright (c) 2006 - 2009, 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
15#**/\r
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
32# COMPONENT_NAME = gVgaClassComponentName \r
33#\r
34\r
e081218d 35[Sources.common]\r
36 ComponentName.c\r
e081218d 37 VgaClass.h\r
38 VgaClass.c\r
39\r
40\r
e081218d 41[Packages]\r
42 MdePkg/MdePkg.dec\r
e081218d 43 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
888b8afb 44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
e081218d 45\r
46\r
e081218d 47[LibraryClasses]\r
48 ReportStatusCodeLib\r
49 UefiBootServicesTableLib\r
50 MemoryAllocationLib\r
e081218d 51 UefiLib\r
e081218d 52 UefiDriverEntryPoint\r
53 DebugLib\r
54\r
55\r
e081218d 56[Protocols]\r
55a1bb43 57 gEfiSimpleTextOutProtocolGuid # PROTOCOL BY_START\r
58 gEfiVgaMiniPortProtocolGuid # PROTOCOL TO_START\r
59 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
60 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
e081218d 61\r
1a8802f7 62\r