]> git.proxmox.com Git - mirror_edk2.git/blob - CorebootPayloadPkg/FbGop/FbGop.inf
OvmfPkg/XenBusDxe: replace MIT license text with SPDX ID
[mirror_edk2.git] / CorebootPayloadPkg / FbGop / FbGop.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 = FbGop
16 FILE_GUID = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896
17 MODULE_TYPE = UEFI_DRIVER
18 VERSION_STRING = 1.0
19
20 ENTRY_POINT = FbGopEntryPoint
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27 # DRIVER_BINDING = gBiosVideoDriverBinding
28 # COMPONENT_NAME = gBiosVideoComponentName
29 #
30
31 [Sources]
32 FbGop.c
33 FbGop.h
34 ComponentName.c
35
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40 CorebootModulePkg/CorebootModulePkg.dec
41
42 [LibraryClasses]
43 MemoryAllocationLib
44 DevicePathLib
45 UefiLib
46 UefiBootServicesTableLib
47 UefiDriverEntryPoint
48 BaseMemoryLib
49 ReportStatusCodeLib
50 DebugLib
51 PcdLib
52 HobLib
53
54 [Guids]
55 gUefiFrameBufferInfoGuid
56
57 [Protocols]
58 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
59 gEfiPciIoProtocolGuid # PROTOCOL TO_START
60 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
61 gEfiEdidDiscoveredProtocolGuid
62 gEfiEdidActiveProtocolGuid
63