]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/UefiPciSegmentLibPciRootBridgeIo/UefiPciSegmentLibPciRootBridgeIo.inf
Fix INF file header format
[mirror_edk2.git] / MdePkg / Library / UefiPciSegmentLibPciRootBridgeIo / UefiPciSegmentLibPciRootBridgeIo.inf
CommitLineData
6bfbb5f0 1## @file\r
e43e4b3e 2# PCI Segment Library that layers on top of the PCI Root Bridge I/O Protocol.\r
1a3eaf06 3#\r
4# This library produces the APIs from the PCI Library and implements these APIs\r
5# by calling into the PCI Root Bridge I/O Protocols that are present in the platform.\r
6# The PCI Root Bridge I/O Protocols are typically produced by a chipset specific DXE driver.\r
7# This library binds to all of the PCI Root Bridge I/O Protocols in the platform and handles\r
8# the translation from a PCI segment number into a specific PCI Root Bridge I/O Protocol.\r
9#\r
a0720bb8 10# Copyright (c) 2007 - 2010, Intel Corporation.\r
1a3eaf06 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
3432b0cf 20##\r
1a3eaf06 21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
9504e2cd 24 BASE_NAME = UefiPciSegmentLibPciRootBridgeIo\r
1a3eaf06 25 FILE_GUID = C6068612-B6E0-48a3-BB92-60E4A4F89EDF\r
9504e2cd 26 MODULE_TYPE = UEFI_DRIVER\r
1a3eaf06 27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = PciSegmentLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SMM_DRIVER DXE_SAL_DRIVER UEFI_DRIVER UEFI_APPLICATION\r
1a3eaf06 29\r
30 CONSTRUCTOR = PciSegmentLibConstructor\r
31 DESTRUCTOR = PciSegmentLibDestructor\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
6bfbb5f0 39[Sources]\r
1a3eaf06 40 PciSegmentLib.h\r
41 PciSegmentLib.c\r
42\r
43\r
44[Packages]\r
45 MdePkg/MdePkg.dec\r
46\r
47\r
48[LibraryClasses]\r
49 MemoryAllocationLib\r
50 BaseLib\r
51 UefiBootServicesTableLib\r
52 DebugLib\r
53\r
54[Protocols]\r
1727a8c6 55 gEfiPciRootBridgeIoProtocolGuid ## CONSUMES\r
1a3eaf06 56\r
a0720bb8 57[Depex]\r
58 gEfiPciRootBridgeIoProtocolGuid\r