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