]> git.proxmox.com Git - mirror_edk2.git/blame - CorebootPayloadPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf
CorebootPayloadPkg: Replace BSD License with BSD+Patent License
[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 6#\r
d2e8b7e1 7# SPDX-License-Identifier: BSD-2-Clause-Patent\r
69787a9d
MM
8#\r
9#\r
10##\r
11\r
12[Defines]\r
13 INF_VERSION = 0x00010005\r
14 BASE_NAME = PciHostBridgeLib\r
15 FILE_GUID = 62EE5269-CFFD-43a3-BE3F-622FC79F467E\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = PciHostBridgeLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build\r
22# tools.\r
23#\r
04c7f902 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
69787a9d
MM
25#\r
26\r
27[Sources]\r
28 PciHostBridge.h\r
29 PciHostBridgeLib.c\r
30 PciHostBridgeSupport.c\r
31\r
32[Packages]\r
33 MdeModulePkg/MdeModulePkg.dec\r
34 MdePkg/MdePkg.dec\r
35\r
36[LibraryClasses]\r
37 BaseMemoryLib\r
38 DebugLib\r
39 DevicePathLib\r
40 MemoryAllocationLib\r
41 PciLib\r