]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
MdePkg: Replace BSD License with BSD+Patent License
[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
3cb0a311 9# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
1a3eaf06 10#\r
9344f092 11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
1a3eaf06 12#\r
13#\r
3432b0cf 14##\r
1a3eaf06 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PeiPciSegmentLibPciCfg2\r
c92c1790 19 MODULE_UNI_FILE = PeiPciSegmentLibPciCfg2.uni\r
1a3eaf06 20 FILE_GUID = 254901AD-7DB7-45f8-93C8-93D579398D9F\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
555b51bc 23 LIBRARY_CLASS = PciSegmentLib|PEIM SEC PEI_CORE\r
1a3eaf06 24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
3cb0a311 28# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
1a3eaf06 29#\r
30\r
6bfbb5f0 31[Sources]\r
1a3eaf06 32 PciSegmentLib.c\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36\r
37[LibraryClasses]\r
38 PeiServicesTablePointerLib\r
39 BaseLib\r
40 DebugLib\r
41 PeiServicesLib\r
42\r
43[Ppis]\r
0f46efec 44 gEfiPciCfg2PpiGuid ## CONSUMES\r
1a3eaf06 45\r
3397c6f5 46[Depex.common.PEIM]\r
a0720bb8 47 gEfiPciCfg2PpiGuid\r
48\r