]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPciLibPciCfg2/PeiPciLibPciCfg2.inf
1.retried graphics library class from MdePkg
[mirror_edk2.git] / MdePkg / Library / PeiPciLibPciCfg2 / PeiPciLibPciCfg2.inf
CommitLineData
1a3eaf06 1# @file\r
2# Component description file for PCI Lib using PCI CFG2 PPI\r
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
10# Copyright (c) 2007, Intel Corporation.\r
11#\r
12# All rights reserved. This program and the accompanying materials\r
13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
15# http://opensource.org/licenses/bsd-license.php\r
16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19#\r
20#\r
21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = PeiPciLibPciCfg2\r
25 FILE_GUID = FA3AD693-D58A-4619-960B-8EE85C914870\r
26 MODULE_TYPE = PEIM\r
27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = PciLib|PEIM\r
29 EDK_RELEASE_VERSION = 0x00020000\r
30 EFI_SPECIFICATION_VERSION = 0x00020000\r
31\r
32\r
33#\r
34# The following information is for reference only and not required by the build tools.\r
35#\r
36# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
37#\r
38\r
39[Sources.common]\r
40 PciLib.c\r
41\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45\r
46\r
47[LibraryClasses]\r
48 PeiServicesTablePointerLib\r
49 BaseLib\r
50 DebugLib\r
51 PeiServicesLib\r
52\r
53[Ppis]\r
54 gEfiPciCfg2PpiGuid # PPI ALWAYS_CONSUMED\r
55\r