]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PeiPciSegmentLibPciCfg2/PeiPciSegmentLibPciCfg2.inf
Update the copyright notice format
[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
19388d29 9# Copyright (c) 2007 - 2010, 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
14# http://opensource.org/licenses/bsd-license.php\r
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
24 FILE_GUID = 254901AD-7DB7-45f8-93C8-93D579398D9F\r
25 MODULE_TYPE = PEIM\r
26 VERSION_STRING = 1.0\r
555b51bc 27 LIBRARY_CLASS = PciSegmentLib|PEIM SEC PEI_CORE\r
1a3eaf06 28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
e43e4b3e 32# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
1a3eaf06 33#\r
34\r
6bfbb5f0 35[Sources]\r
1a3eaf06 36 PciSegmentLib.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41[LibraryClasses]\r
42 PeiServicesTablePointerLib\r
43 BaseLib\r
44 DebugLib\r
45 PeiServicesLib\r
46\r
47[Ppis]\r
0f46efec 48 gEfiPciCfg2PpiGuid ## CONSUMES\r
1a3eaf06 49\r
a0720bb8 50[Depex]\r
51 gEfiPciCfg2PpiGuid\r
52\r