]> git.proxmox.com Git - mirror_edk2.git/blob - UefiPayloadPkg/Library/PciSegmentInfoLibAcpiBoardInfo/PciSegmentInfoLibAcpiBoardInfo.inf
UefiPayloadPkg/Pci: Use the PCIE Base Addr stored in AcpiBoardInfo HOB
[mirror_edk2.git] / UefiPayloadPkg / Library / PciSegmentInfoLibAcpiBoardInfo / PciSegmentInfoLibAcpiBoardInfo.inf
1 ## @file
2 # PCI Segment Information Library that returns one segment whose
3 # segment base address is retrieved from AcpiBoardInfo HOB.
4 #
5 # Copyright (c) 2020, 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 = PciSegmentInfoLibAcpiBoardInfo
15 FILE_GUID = 0EA82AA2-6C36-4FD5-BC90-FFA3ECB5E0CE
16 MODULE_TYPE = BASE
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PciSegmentInfoLib | DXE_DRIVER
19
20 #
21 # The following information is for reference only and not required by the build tools.
22 #
23 # VALID_ARCHITECTURES = IA32 X64 EBC
24 #
25
26 [Sources]
27 PciSegmentInfoLibAcpiBoardInfo.c
28
29 [Packages]
30 MdePkg/MdePkg.dec
31 UefiPayloadPkg/UefiPayloadPkg.dec
32
33 [LibraryClasses]
34 PcdLib
35 HobLib
36 DebugLib