]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
PeCoffGetEntryPointLib: Fix spelling issue
[mirror_edk2.git] / MdePkg / Library / BasePciSegmentLibPci / BasePciSegmentLibPci.inf
CommitLineData
32fa5588
RN
1## @file\r
2# Instance of PCI Segment Library based on PCI Library.\r
3#\r
4# PCI Segment Library that layers on top of the PCI Library which only\r
5# supports segment 0 PCI configuration access.\r
6#\r
7# Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php.\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = BasePciSegmentLibPci\r
22 MODULE_UNI_FILE = BasePciSegmentLibPci.uni\r
23 FILE_GUID = AABF95D6-F40C-405F-8360-6A59794B8040\r
24 MODULE_TYPE = BASE\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = PciSegmentLib\r
27\r
28#\r
29# The following information is for reference only and not required by the build tools.\r
30#\r
31# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
32#\r
33\r
34[Sources]\r
35 PciSegmentLib.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39\r
40[LibraryClasses]\r
41 BaseLib\r
42 PciLib\r
43 DebugLib\r