]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf
CorebootModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / CorebootModulePkg / CbSupportDxe / CbSupportDxe.inf
CommitLineData
fce4ecd9
MM
1## @file\r
2# Coreboot Support DXE Module\r
3#\r
4# Report some MMIO/IO resources to dxe core, extract smbios and acpi tables from coreboot and install.\r
5#\r
df49a85d 6# Copyright (c) 2014 - 2018, Intel Corporation. All rights reserved.<BR>\r
fce4ecd9 7#\r
f3342b7a 8# SPDX-License-Identifier: BSD-2-Clause-Patent\r
fce4ecd9
MM
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = CbSupportDxe\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 = CbDxeEntryPoint\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
df49a85d 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
fce4ecd9
MM
24#\r
25\r
26[Sources]\r
27 CbSupportDxe.c\r
28 CbSupportDxe.h\r
29\r
30[Packages]\r
31 MdePkg/MdePkg.dec\r
32 MdeModulePkg/MdeModulePkg.dec\r
33 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
34 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
35 CorebootModulePkg/CorebootModulePkg.dec\r
36\r
37[LibraryClasses]\r
38 UefiDriverEntryPoint\r
39 UefiBootServicesTableLib\r
40 DxeServicesTableLib\r
41 DebugLib\r
42 BaseMemoryLib\r
43 UefiLib\r
fce4ecd9
MM
44 HobLib\r
45\r
3aa86568 46[Guids]\r
fce4ecd9
MM
47 gEfiAcpiTableGuid\r
48 gEfiSmbiosTableGuid\r
49 gUefiSystemTableInfoGuid\r
50 gUefiAcpiBoardInfoGuid\r
3aa86568
MM
51 gUefiFrameBufferInfoGuid\r
52\r
53[Pcd]\r
54 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution\r
55 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution\r
56 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution\r
fce4ecd9
MM
58\r
59[Depex]\r
60 TRUE\r