]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
IntelFrameworkModulePkg: Add Compatibility Support Module (CSM) drivers
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / VideoDxe / VideoDxe.inf
CommitLineData
bcecde14 1## @file\r
2# Video driver based on legacy bios.\r
3#\r
4# This driver by using Legacy Bios protocol service to support csm Video\r
5# and produce Graphics Output Protocol.\r
6#\r
7# Copyright (c) 2007 - 2011, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions\r
11# of the BSD License which accompanies this distribution. The\r
12# full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = BiosVideoDxe\r
23 FILE_GUID = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26\r
27 ENTRY_POINT = BiosVideoEntryPoint\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 = gBiosVideoDriverBinding\r
35# COMPONENT_NAME = gBiosVideoComponentName\r
36#\r
37\r
38[Sources]\r
39 BiosVideo.c\r
40 BiosVideo.h\r
41 ComponentName.c\r
42 VesaBiosExtensions.h\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
48 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
49\r
50\r
51[LibraryClasses]\r
52 MemoryAllocationLib\r
53 DevicePathLib\r
54 UefiLib\r
55 UefiBootServicesTableLib\r
56 UefiDriverEntryPoint\r
57 BaseMemoryLib\r
58 ReportStatusCodeLib\r
59 DebugLib\r
60 PcdLib\r
61\r
62\r
63[Guids]\r
64 gEfiLegacyBiosGuid # ALWAYS_PRODUCED\r
65 gEfiEventExitBootServicesGuid\r
66\r
67[Protocols]\r
68 gEfiVgaMiniPortProtocolGuid # PROTOCOL BY_START\r
69 gEfiEdidDiscoveredProtocolGuid # PROTOCOL BY_START\r
70 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START\r
71 gEfiEdidActiveProtocolGuid # PROTOCOL BY_START\r
72 gEfiLegacyBiosProtocolGuid # PROTOCOL TO_START\r
73 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
74 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
75 gEfiEdidOverrideProtocolGuid # PROTOCOL TO_START\r
76\r
77[Pcd]\r
78 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoSetTextVgaModeEnable\r
79 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVbeEnable\r
80 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVgaEnable\r