]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiPayloadPkg/GraphicsOutputDxe/GraphicsOutputDxe.inf
UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
[mirror_edk2.git] / UefiPayloadPkg / GraphicsOutputDxe / GraphicsOutputDxe.inf
... / ...
CommitLineData
1## @file\r
2# This driver produces GraphicsOutput protocol based on the GraphicsInfo HOB information.\r
3#\r
4# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = GraphicsOutputDxe\r
14 FILE_GUID = 0B04B2ED-861C-42cd-A22F-C3AAFACCB896\r
15 MODULE_TYPE = UEFI_DRIVER\r
16 VERSION_STRING = 1.0\r
17 ENTRY_POINT = InitializeGraphicsOutput\r
18\r
19#\r
20# The following information is for reference only and not required by the build tools.\r
21#\r
22# VALID_ARCHITECTURES = IA32 X64\r
23#\r
24\r
25[Sources.common]\r
26 GraphicsOutput.h\r
27 GraphicsOutput.c\r
28 ComponentName.c\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33\r
34[LibraryClasses]\r
35 UefiDriverEntryPoint\r
36 UefiBootServicesTableLib\r
37 DxeServicesTableLib\r
38 DebugLib\r
39 MemoryAllocationLib\r
40 BaseMemoryLib\r
41 DevicePathLib\r
42 FrameBufferBltLib\r
43 UefiLib\r
44 HobLib\r
45\r
46[Guids]\r
47 gEfiGraphicsInfoHobGuid ## CONSUMES ## HOB\r
48 gEfiGraphicsDeviceInfoHobGuid ## CONSUMES ## HOB\r
49\r
50[Protocols]\r
51 gEfiGraphicsOutputProtocolGuid ## BY_START\r
52 gEfiDevicePathProtocolGuid ## BY_START\r
53 gEfiPciIoProtocolGuid ## TO_START\r