]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / PeiPciSegmentLibPciCfg2 / PeiPciSegmentLibPciCfg2.inf
CommitLineData
6bfbb5f0 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
a0720bb8 9# Copyright (c) 2007 - 2010, Intel Corporation.\r
1a3eaf06 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
555b51bc 27 LIBRARY_CLASS = PciSegmentLib|PEIM SEC PEI_CORE\r
65da001c 28 PI_SPECIFICATION_VERSION = 0x00010000\r
1a3eaf06 29\r
30\r
31#\r
32# The following information is for reference only and not required by the build tools.\r
33#\r
e43e4b3e 34# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
1a3eaf06 35#\r
36\r
6bfbb5f0 37[Sources]\r
1a3eaf06 38 PciSegmentLib.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
43[LibraryClasses]\r
44 PeiServicesTablePointerLib\r
45 BaseLib\r
46 DebugLib\r
47 PeiServicesLib\r
48\r
49[Ppis]\r
0f46efec 50 gEfiPciCfg2PpiGuid ## CONSUMES\r
1a3eaf06 51\r
a0720bb8 52[Depex]\r
53 gEfiPciCfg2PpiGuid\r
54\r