]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
Refine new library instances according to review comments.
[mirror_edk2.git] / MdePkg / Library / PeiPciSegmentLibPciCfg2 / PeiPciSegmentLibPciCfg2.inf
CommitLineData
1a3eaf06 1# @file\r
e43e4b3e 2# PCI Segment Library that layers on top of the PCI CFG2 PPI.\r
1a3eaf06 3#\r
4# This library produces the APIs from the PCI Segment Library and\r
5# implements these APIs by calling into the EFI_PEI_PCI CFG2 PPI. One or more\r
6# EFI_PEI_PCI CFG2 PPIs are typically produced by a chipset specific PEIM.\r
7# This library instance should only be used platforms with multiple PCI segments.\r
8#\r
9# Copyright (c) 2007 - 2008, Intel Corporation.\r
10#\r
11# All rights reserved. This program and the accompanying materials\r
12# are licensed and made available under the terms and conditions of the BSD License\r
13# which accompanies this distribution. The full text of the license may be found at\r
14# http://opensource.org/licenses/bsd-license.php\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18#\r
19#\r
20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = PeiPciSegmentLibPciCfg2\r
24 FILE_GUID = 254901AD-7DB7-45f8-93C8-93D579398D9F\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
e43e4b3e 27 LIBRARY_CLASS = PciLib|PEIM SEC PEI_CORE\r
1a3eaf06 28 EDK_RELEASE_VERSION = 0x00020000\r
29 EFI_SPECIFICATION_VERSION = 0x00020000\r
30\r
31\r
32#\r
33# The following information is for reference only and not required by the build tools.\r
34#\r
e43e4b3e 35# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
1a3eaf06 36#\r
37\r
38[Sources.common]\r
39 PciSegmentLib.c\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43\r
44[LibraryClasses]\r
45 PeiServicesTablePointerLib\r
46 BaseLib\r
47 DebugLib\r
48 PeiServicesLib\r
49\r
50[Ppis]\r
51 gEfiPciCfg2PpiGuid # PPI ALWAYS_CONSUMED\r
52\r