blob: 3458bc62276e5d43ae3e040932cf965cdda38a39 [file] [log] [blame]
lgao46bfbb5f2010-02-24 00:21:16 +00001## @file
xli24e43e4b32008-11-24 05:55:41 +00002# PCI Segment Library that layers on top of the PCI CFG2 PPI.
xli241a3eaf02008-11-11 08:33:02 +00003#
4# This library produces the APIs from the PCI Segment Library and
5# implements these APIs by calling into the EFI_PEI_PCI CFG2 PPI. One or more
6# EFI_PEI_PCI CFG2 PPIs are typically produced by a chipset specific PEIM.
7# This library instance should only be used platforms with multiple PCI segments.
8#
Gao, Limingc92c1792014-08-27 09:33:09 +00009# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
xli241a3eaf02008-11-11 08:33:02 +000010#
hhtian19388d22010-04-23 16:37:43 +000011# This program and the accompanying materials
xli241a3eaf02008-11-11 08:33:02 +000012# are licensed and made available under the terms and conditions of the BSD License
13# which accompanies this distribution. The full text of the license may be found at
myronporter2fc59a02010-06-25 21:56:02 +000014# http://opensource.org/licenses/bsd-license.php.
xli241a3eaf02008-11-11 08:33:02 +000015# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17#
18#
qhuang83432b0c2010-03-31 16:32:04 +000019##
xli241a3eaf02008-11-11 08:33:02 +000020
21[Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = PeiPciSegmentLibPciCfg2
Gao, Limingc92c1792014-08-27 09:33:09 +000024 MODULE_UNI_FILE = PeiPciSegmentLibPciCfg2.uni
xli241a3eaf02008-11-11 08:33:02 +000025 FILE_GUID = 254901AD-7DB7-45f8-93C8-93D579398D9F
26 MODULE_TYPE = PEIM
27 VERSION_STRING = 1.0
eric_tian555b51b2008-12-08 08:22:04 +000028 LIBRARY_CLASS = PciSegmentLib|PEIM SEC PEI_CORE
xli241a3eaf02008-11-11 08:33:02 +000029
30#
31# The following information is for reference only and not required by the build tools.
32#
xli24e43e4b32008-11-24 05:55:41 +000033# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
xli241a3eaf02008-11-11 08:33:02 +000034#
35
lgao46bfbb5f2010-02-24 00:21:16 +000036[Sources]
xli241a3eaf02008-11-11 08:33:02 +000037 PciSegmentLib.c
38
39[Packages]
40 MdePkg/MdePkg.dec
41
42[LibraryClasses]
43 PeiServicesTablePointerLib
44 BaseLib
45 DebugLib
46 PeiServicesLib
47
48[Ppis]
jji40f46efe2009-01-09 07:48:37 +000049 gEfiPciCfg2PpiGuid ## CONSUMES
xli241a3eaf02008-11-11 08:33:02 +000050
lzeng143397c6f2011-07-27 08:54:57 +000051[Depex.common.PEIM]
qhuang8a0720bb2010-02-01 02:48:17 +000052 gEfiPciCfg2PpiGuid
53