]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/Console/VgaClassDxe/VgaClassDxe.inf
Correct all header files for doxygen format and correct the license issue for VgaClas...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / Console / VgaClassDxe / VgaClassDxe.inf
CommitLineData
e081218d 1#/** @file\r
2# Component description file for VgaClass module.\r
3#\r
3db51098 4#This driver produces a VGA console.\r
5#Copyright (c) 2006, Intel Corporation.\r
e081218d 6#\r
3db51098 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
11# \r
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
22 MODULE_TYPE = DXE_DRIVER\r
23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 ENTRY_POINT = InitializeVgaClass\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34# DRIVER_BINDING = gVgaClassDriverBinding \r
35# COMPONENT_NAME = gVgaClassComponentName \r
36#\r
37\r
e081218d 38[Sources.common]\r
39 ComponentName.c\r
40 ComponentName.h\r
41 VgaClass.h\r
42 VgaClass.c\r
43\r
44\r
e081218d 45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
e081218d 49\r
50\r
e081218d 51[LibraryClasses]\r
52 ReportStatusCodeLib\r
53 UefiBootServicesTableLib\r
54 MemoryAllocationLib\r
55 BaseMemoryLib\r
56 DevicePathLib\r
57 UefiLib\r
58 BaseLib\r
59 UefiDriverEntryPoint\r
60 DebugLib\r
61\r
62\r
e081218d 63[Protocols]\r
64 gEfiSimpleTextOutProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
65 gEfiSimpleTextInProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
66 gEfiVgaMiniPortProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
67 gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
68 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
69\r