]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PciSegmentLibSegmentInfo/BasePciSegmentLibSegmentInfo.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PciSegmentLibSegmentInfo / BasePciSegmentLibSegmentInfo.inf
1 ## @file
2 # Instance of Base PCI Segment Library that support multi-segment PCI configuration access.
3 #
4 # PCI Segment Library that consumes segment information provided by PciSegmentInfoLib to
5 # support multi-segment PCI configuration access through enhanced configuration access mechanism.
6 #
7 # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = BasePciSegmentLibSegmentInfo
17 MODULE_UNI_FILE = BasePciSegmentLibSegmentInfo.uni
18 FILE_GUID = 3427D883-E093-4CC9-BE85-6BD4058E96E2
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciSegmentLib
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources]
30 PciSegmentLibCommon.h
31 PciSegmentLibCommon.c
32 BasePciSegmentLib.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36
37 [LibraryClasses]
38 BaseLib
39 IoLib
40 DebugLib
41 PciSegmentInfoLib