]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
bc6f2f060e3197003f330685333658c499b3ae91
[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 - 2010, 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 ENTRY_POINT = InitializeVgaClass
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30 # DRIVER_BINDING = gVgaClassDriverBinding
31 # COMPONENT_NAME = gVgaClassComponentName
32 # COMPONENT_NAME2 = gVgaClassComponentName2
33 #
34
35 [Sources]
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