]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
CorebootPayloadPkg: Removing ipf from edk2.
[mirror_edk2.git] / CorebootPayloadPkg / Library / PciHostBridgeLib / PciHostBridgeLib.inf
CommitLineData
69787a9d
MM
1## @file\r
2# Library instance of PciHostBridgeLib library class for coreboot.\r
3#\r
4# Copyright (C) 2016, Red Hat, Inc.\r
04c7f902 5# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
69787a9d
MM
6#\r
7# This program and the accompanying materials are licensed and made available\r
8# under the terms and conditions of the BSD License which accompanies this\r
9# distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR\r
13# IMPLIED.\r
14#\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = PciHostBridgeLib\r
21 FILE_GUID = 62EE5269-CFFD-43a3-BE3F-622FC79F467E\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PciHostBridgeLib\r
25\r
26#\r
27# The following information is for reference only and not required by the build\r
28# tools.\r
29#\r
04c7f902 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
69787a9d
MM
31#\r
32\r
33[Sources]\r
34 PciHostBridge.h\r
35 PciHostBridgeLib.c\r
36 PciHostBridgeSupport.c\r
37\r
38[Packages]\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseMemoryLib\r
44 DebugLib\r
45 DevicePathLib\r
46 MemoryAllocationLib\r
47 PciLib\r