]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PeiPciSegmentLibPciCfg2 / PeiPciSegmentLibPciCfg2.inf
... / ...
CommitLineData
1## @file\r
2# PCI Segment Library that layers on top of the PCI CFG2 PPI.\r
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 - 2018, Intel Corporation. All rights reserved.<BR>\r
10#\r
11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = PeiPciSegmentLibPciCfg2\r
19 MODULE_UNI_FILE = PeiPciSegmentLibPciCfg2.uni\r
20 FILE_GUID = 254901AD-7DB7-45f8-93C8-93D579398D9F\r
21 MODULE_TYPE = PEIM\r
22 VERSION_STRING = 1.0\r
23 LIBRARY_CLASS = PciSegmentLib|PEIM SEC PEI_CORE\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
29#\r
30\r
31[Sources]\r
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
44 gEfiPciCfg2PpiGuid ## CONSUMES\r
45\r
46[Depex.common.PEIM]\r
47 gEfiPciCfg2PpiGuid\r
48\r