]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/FbGop/FbGop.inf
CorebootPayloadPkg: Removing ipf from edk2.
[mirror_edk2.git] / CorebootPayloadPkg / FbGop / FbGop.inf
CommitLineData
9c228fb0
MM
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
04c7f902 7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
9c228fb0
MM
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 = FbGop\r
23 FILE_GUID = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26\r
27 ENTRY_POINT = FbGopEntryPoint\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
04c7f902 32# VALID_ARCHITECTURES = IA32 X64 EBC\r
9c228fb0
MM
33#\r
34# DRIVER_BINDING = gBiosVideoDriverBinding\r
35# COMPONENT_NAME = gBiosVideoComponentName\r
36#\r
37\r
38[Sources]\r
39 FbGop.c\r
40 FbGop.h\r
41 ComponentName.c\r
42 \r
43\r
44[Packages] \r
45 MdePkg/MdePkg.dec\r
46 MdeModulePkg/MdeModulePkg.dec\r
47 CorebootModulePkg/CorebootModulePkg.dec \r
48\r
49[LibraryClasses]\r
50 MemoryAllocationLib\r
51 DevicePathLib\r
52 UefiLib\r
53 UefiBootServicesTableLib\r
54 UefiDriverEntryPoint\r
55 BaseMemoryLib\r
56 ReportStatusCodeLib\r
57 DebugLib\r
58 PcdLib\r
59 HobLib\r
60 \r
61[Guids]\r
62 gUefiFrameBufferInfoGuid\r
63 \r
64[Protocols]\r
65 gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START\r
66 gEfiPciIoProtocolGuid # PROTOCOL TO_START\r
67 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
68 gEfiEdidDiscoveredProtocolGuid\r
69 gEfiEdidActiveProtocolGuid\r
70 \r