]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / PeiPciLibPciCfg2 / PeiPciLibPciCfg2.inf
CommitLineData
6bfbb5f0 1## @file\r
e43e4b3e 2# PCI Library that layers on top of the PCI CFG2 PPI.\r
1a3eaf06 3#\r
4# This library produces the APIs from the PCI Library and implements\r
5# these APIs by calling into the EFI_PEI_PCI CFG2 PPI. One or more EFI_PEI_PCI CFG2\r
6# PPIs are typically produced by a chipset specific PEIM. This library only uses\r
7# the first PPI found, so this library instance should only be used platforms\r
8# with a single PCI segment.\r
9#\r
3cb0a311 10# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
1a3eaf06 11#\r
9344f092 12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
1a3eaf06 13#\r
14#\r
3432b0cf 15##\r
1a3eaf06 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = PeiPciLibPciCfg2\r
c92c1790 20 MODULE_UNI_FILE = PeiPciLibPciCfg2.uni\r
1a3eaf06 21 FILE_GUID = FA3AD693-D58A-4619-960B-8EE85C914870\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
e43e4b3e 24 LIBRARY_CLASS = PciLib|PEIM SEC PEI_CORE\r
1a3eaf06 25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
3cb0a311 29# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)\r
1a3eaf06 30#\r
31\r
6bfbb5f0 32[Sources]\r
1a3eaf06 33 PciLib.c\r
34\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39\r
40[LibraryClasses]\r
41 PeiServicesTablePointerLib\r
42 BaseLib\r
43 DebugLib\r
44 PeiServicesLib\r
45\r
46[Ppis]\r
0f46efec 47 gEfiPciCfg2PpiGuid ## CONSUMES\r
1a3eaf06 48\r
3397c6f5 49[Depex.common.PEIM]\r
a0720bb8 50 gEfiPciCfg2PpiGuid\r
c92c1790 51\r