]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/VideoDxe.inf
33dad82109ede3f3fab66dee4c2efc9dced711a4
[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 - 2011, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions
11 # of the BSD License which accompanies this distribution. The
12 # full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = BiosVideoDxe
23 FILE_GUID = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26
27 ENTRY_POINT = BiosVideoEntryPoint
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34 # DRIVER_BINDING = gBiosVideoDriverBinding
35 # COMPONENT_NAME = gBiosVideoComponentName
36 #
37
38 [Sources]
39 BiosVideo.c
40 BiosVideo.h
41 ComponentName.c
42 VesaBiosExtensions.h
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 MdeModulePkg/MdeModulePkg.dec
47 IntelFrameworkPkg/IntelFrameworkPkg.dec
48 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
49
50
51 [LibraryClasses]
52 MemoryAllocationLib
53 DevicePathLib
54 UefiLib
55 UefiBootServicesTableLib
56 UefiDriverEntryPoint
57 BaseMemoryLib
58 ReportStatusCodeLib
59 DebugLib
60 PcdLib
61
62
63 [Guids]
64 gEfiLegacyBiosGuid # ALWAYS_PRODUCED
65 gEfiEventExitBootServicesGuid
66
67 [Protocols]
68 gEfiVgaMiniPortProtocolGuid # PROTOCOL BY_START
69 gEfiEdidDiscoveredProtocolGuid # PROTOCOL BY_START
70 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
71 gEfiEdidActiveProtocolGuid # PROTOCOL BY_START
72 gEfiLegacyBiosProtocolGuid # PROTOCOL TO_START
73 gEfiPciIoProtocolGuid # PROTOCOL TO_START
74 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
75 gEfiEdidOverrideProtocolGuid # PROTOCOL TO_START
76
77 [Pcd]
78 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoSetTextVgaModeEnable
79 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVbeEnable
80 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdBiosVideoCheckVgaEnable
81 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
82 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution