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