blob: 0fcc5a51ad71fc3da90799c51686952f038db6e4 [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#
hhtian19388d22010-04-23 16:37:43 +00009# Copyright (c) 2007 - 2010, 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
14# http://opensource.org/licenses/bsd-license.php
15# 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
24 FILE_GUID = 254901AD-7DB7-45f8-93C8-93D579398D9F
25 MODULE_TYPE = PEIM
26 VERSION_STRING = 1.0
eric_tian555b51b2008-12-08 08:22:04 +000027 LIBRARY_CLASS = PciSegmentLib|PEIM SEC PEI_CORE
xli241a3eaf02008-11-11 08:33:02 +000028
29#
30# The following information is for reference only and not required by the build tools.
31#
xli24e43e4b32008-11-24 05:55:41 +000032# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
xli241a3eaf02008-11-11 08:33:02 +000033#
34
lgao46bfbb5f2010-02-24 00:21:16 +000035[Sources]
xli241a3eaf02008-11-11 08:33:02 +000036 PciSegmentLib.c
37
38[Packages]
39 MdePkg/MdePkg.dec
40
41[LibraryClasses]
42 PeiServicesTablePointerLib
43 BaseLib
44 DebugLib
45 PeiServicesLib
46
47[Ppis]
jji40f46efe2009-01-09 07:48:37 +000048 gEfiPciCfg2PpiGuid ## CONSUMES
xli241a3eaf02008-11-11 08:33:02 +000049
qhuang8a0720bb2010-02-01 02:48:17 +000050[Depex]
51 gEfiPciCfg2PpiGuid
52