]> git.proxmox.com Git - mirror_edk2.git/blob - CorebootModulePkg/CbSupportDxe/CbSupportDxe.inf
15b0dac77440aaf7591b68de57ee6862f2f348eb
[mirror_edk2.git] / CorebootModulePkg / CbSupportDxe / CbSupportDxe.inf
1 ## @file
2 # Coreboot Support DXE Module
3 #
4 # Report some MMIO/IO resources to dxe core, extract smbios and acpi tables from coreboot and install.
5 #
6 # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
7 #
8 # This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php.
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = CbSupportDxe
20 FILE_GUID = C68DAA4E-7AB5-41e8-A91D-5954421053F3
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 ENTRY_POINT = CbDxeEntryPoint
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
29 #
30
31 [Sources]
32 CbSupportDxe.c
33 CbSupportDxe.h
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38 IntelFrameworkPkg/IntelFrameworkPkg.dec
39 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
40 CorebootModulePkg/CorebootModulePkg.dec
41
42 [LibraryClasses]
43 UefiDriverEntryPoint
44 UefiBootServicesTableLib
45 DxeServicesTableLib
46 DebugLib
47 BaseMemoryLib
48 UefiLib
49 HobLib
50
51 [Guids]
52 gEfiAcpiTableGuid
53 gEfiSmbiosTableGuid
54 gUefiSystemTableInfoGuid
55 gUefiAcpiBoardInfoGuid
56 gUefiFrameBufferInfoGuid
57
58 [Pcd]
59 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoHorizontalResolution
60 gEfiMdeModulePkgTokenSpaceGuid.PcdVideoVerticalResolution
61 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoHorizontalResolution
62 gEfiMdeModulePkgTokenSpaceGuid.PcdSetupVideoVerticalResolution
63
64 [Depex]
65 TRUE