]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
1526bc4cc25018b7757d1501b6384bc6dfb1d3ba
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / VideoDxe / VideoDxe.inf
1 ## @file
2 # Video driver based on legacy bios.
3 #
4 # This driver by using Legacy Bios protocol service to support csm Video
5 # and produce Graphics Output Protocol.
6 #
7 # Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = BiosVideoDxe
16 MODULE_UNI_FILE = BiosVideoDxe.uni
17 FILE_GUID = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896
18 MODULE_TYPE = UEFI_DRIVER
19 VERSION_STRING = 1.0
20
21 ENTRY_POINT = BiosVideoEntryPoint
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28 # DRIVER_BINDING = gBiosVideoDriverBinding
29 # COMPONENT_NAME = gBiosVideoComponentName
30 #
31
32 [Sources]
33 BiosVideo.c
34 BiosVideo.h
35 ComponentName.c
36 VesaBiosExtensions.h
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 IntelFrameworkPkg/IntelFrameworkPkg.dec
42 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
43
44
45 [LibraryClasses]
46 MemoryAllocationLib
47 DevicePathLib
48 UefiLib
49 UefiBootServicesTableLib
50 UefiDriverEntryPoint
51 BaseMemoryLib
52 ReportStatusCodeLib
53 DebugLib
54 PcdLib
55
56
57 [Guids]
58 gEfiLegacyBiosGuid ## PRODUCES ##GUID # Install Legacy BIOS GUID to mark this driver as a BIOS Thunk Driver
59 gEfiEventExitBootServicesGuid ## CONSUMES ##Event
60
61 [Protocols]
62 gEfiVgaMiniPortProtocolGuid ## BY_START
63 gEfiEdidDiscoveredProtocolGuid ## BY_START
64 gEfiGraphicsOutputProtocolGuid ## BY_START
65 gEfiEdidActiveProtocolGuid ## BY_START
66 gEfiLegacyBiosProtocolGuid ## CONSUMES
67 gEfiPciIoProtocolGuid ## TO_START
68 gEfiDevicePathProtocolGuid ## TO_START
69 gEfiDevicePathProtocolGuid ## BY_START
70 gEfiEdidOverrideProtocolGuid ## SOMETIMES_CONSUMES
71
72 [Pcd]
73 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoSetTextVgaModeEnable ## CONSUMES
74 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVbeEnable ## CONSUMES
75 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVgaEnable ## SOMETIMES_CONSUMES
76 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution ## SOMETIMES_CONSUMES
77 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution ## SOMETIMES_CONSUMES
78
79 [UserExtensions.TianoCore."ExtraFiles"]
80 BiosVideoDxeExtra.uni