]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
MdePkg/BaseLib: Add bit field population calculating methods
[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
c92c1790 9# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>\r
1a3eaf06 10#\r
19388d29 11# This program and the accompanying materials\r
1a3eaf06 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
2fc59a00 14# http://opensource.org/licenses/bsd-license.php.\r
1a3eaf06 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
3432b0cf 19##\r
1a3eaf06 20\r
21[Defines]\r
22 INF_VERSION = 0x00010005\r
23 BASE_NAME = PeiPciSegmentLibPciCfg2\r
c92c1790 24 MODULE_UNI_FILE = PeiPciSegmentLibPciCfg2.uni\r
1a3eaf06 25 FILE_GUID = 254901AD-7DB7-45f8-93C8-93D579398D9F\r
26 MODULE_TYPE = PEIM\r
27 VERSION_STRING = 1.0\r
555b51bc 28 LIBRARY_CLASS = PciSegmentLib|PEIM SEC PEI_CORE\r
1a3eaf06 29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
e43e4b3e 33# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
1a3eaf06 34#\r
35\r
6bfbb5f0 36[Sources]\r
1a3eaf06 37 PciSegmentLib.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 PeiServicesTablePointerLib\r
44 BaseLib\r
45 DebugLib\r
46 PeiServicesLib\r
47\r
48[Ppis]\r
0f46efec 49 gEfiPciCfg2PpiGuid ## CONSUMES\r
1a3eaf06 50\r
3397c6f5 51[Depex.common.PEIM]\r
a0720bb8 52 gEfiPciCfg2PpiGuid\r
53\r