]> git.proxmox.com Git - mirror_edk2.git/blame - UefiPayloadPkg/BlSupportDxe/BlSupportDxe.inf
UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
[mirror_edk2.git] / UefiPayloadPkg / BlSupportDxe / BlSupportDxe.inf
CommitLineData
04af8bf2
DG
1## @file\r
2# Bootloader Support DXE Module\r
3#\r
4# Report some MMIO/IO resources to dxe core, extract smbios and acpi tables\r
5#\r
6# Copyright (c) 2014 - 2019, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = BlSupportDxe\r
15 FILE_GUID = C68DAA4E-7AB5-41e8-A91D-5954421053F3\r
16 MODULE_TYPE = DXE_DRIVER\r
17 VERSION_STRING = 1.0\r
18 ENTRY_POINT = BlDxeEntryPoint\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64 EBC\r
24#\r
25\r
26[Sources]\r
27 BlSupportDxe.c\r
28 BlSupportDxe.h\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33 UefiPayloadPkg/UefiPayloadPkg.dec\r
34\r
35[LibraryClasses]\r
36 UefiDriverEntryPoint\r
37 UefiBootServicesTableLib\r
38 DxeServicesTableLib\r
39 DebugLib\r
40 BaseMemoryLib\r
41 UefiLib\r
42 HobLib\r
43\r
44[Guids]\r
45 gEfiAcpiTableGuid\r
46 gEfiSmbiosTableGuid\r
47 gUefiSystemTableInfoGuid\r
48 gUefiAcpiBoardInfoGuid\r
49 gEfiGraphicsInfoHobGuid\r
50\r
51[Pcd]\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
53 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution\r
56\r
57[Depex]\r
58 TRUE\r