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