]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[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
f9841f04 7# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
bcecde14 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
f9841f04 23 MODULE_UNI_FILE = BiosVideoDxe.uni\r
bcecde14 24 FILE_GUID = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896\r
25 MODULE_TYPE = UEFI_DRIVER\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = BiosVideoEntryPoint\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35# DRIVER_BINDING = gBiosVideoDriverBinding\r
36# COMPONENT_NAME = gBiosVideoComponentName\r
37#\r
38\r
39[Sources]\r
40 BiosVideo.c\r
41 BiosVideo.h\r
42 ComponentName.c\r
43 VesaBiosExtensions.h\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 MdeModulePkg/MdeModulePkg.dec\r
48 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
49 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
50\r
51\r
52[LibraryClasses]\r
53 MemoryAllocationLib\r
54 DevicePathLib\r
55 UefiLib\r
56 UefiBootServicesTableLib\r
57 UefiDriverEntryPoint\r
58 BaseMemoryLib\r
59 ReportStatusCodeLib\r
60 DebugLib\r
61 PcdLib\r
62\r
63\r
64[Guids]\r
f9841f04
SZ
65 gEfiLegacyBiosGuid ## PRODUCES ##GUID # Install Legacy BIOS GUID to mark this driver as a BIOS Thunk Driver\r
66 gEfiEventExitBootServicesGuid ## CONSUMES ##Event\r
bcecde14 67\r
68[Protocols]\r
f9841f04
SZ
69 gEfiVgaMiniPortProtocolGuid ## BY_START\r
70 gEfiEdidDiscoveredProtocolGuid ## BY_START\r
71 gEfiGraphicsOutputProtocolGuid ## BY_START\r
72 gEfiEdidActiveProtocolGuid ## BY_START\r
73 gEfiLegacyBiosProtocolGuid ## CONSUMES\r
74 gEfiPciIoProtocolGuid ## TO_START\r
75 gEfiDevicePathProtocolGuid ## TO_START\r
76 gEfiDevicePathProtocolGuid ## BY_START\r
77 gEfiEdidOverrideProtocolGuid ## SOMETIMES_CONSUMES\r
bcecde14 78\r
79[Pcd]\r
f9841f04
SZ
80 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoSetTextVgaModeEnable ## CONSUMES\r
81 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVbeEnable ## CONSUMES\r
82 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVgaEnable ## SOMETIMES_CONSUMES\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## SOMETIMES_CONSUMES\r
84 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## SOMETIMES_CONSUMES\r
85\r
86[UserExtensions.TianoCore."ExtraFiles"]\r
87 BiosVideoDxeExtra.uni\r