]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
UefiPayloadPkg: Enhance UEFI payload for coreboot and Slim Bootloader
[mirror_edk2.git] / UefiPayloadPkg / Library / PciHostBridgeLib / PciHostBridgeLib.inf
1 ## @file
2 # Library instance of PciHostBridgeLib library class for coreboot.
3 #
4 # Copyright (C) 2016, Red Hat, Inc.
5 # Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 #
10 ##
11
12 [Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = PciHostBridgeLib
15 FILE_GUID = 62EE5269-CFFD-43a3-BE3F-622FC79F467E
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PciHostBridgeLib
19
20 #
21 # The following information is for reference only and not required by the build
22 # tools.
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 PciHostBridge.h
29 PciHostBridgeLib.c
30 PciHostBridgeSupport.c
31
32 [Packages]
33 MdeModulePkg/MdeModulePkg.dec
34 MdePkg/MdePkg.dec
35
36 [LibraryClasses]
37 BaseMemoryLib
38 DebugLib
39 DevicePathLib
40 MemoryAllocationLib
41 PciLib