]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PciSegmentLibSegmentInfo/BasePciSegmentLibSegmentInfo.inf
MdePkg/BaseSafeIntLib: fix undefined behavior in SafeInt64Add()
[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
7# Copyright (c) 2017, 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 = BasePciSegmentLibSegmentInfo\r
22 MODULE_UNI_FILE = BasePciSegmentLibSegmentInfo.uni\r
23 FILE_GUID = 3427D883-E093-4CC9-BE85-6BD4058E96E2\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 PciSegmentLibCommon.h\r
36 PciSegmentLibCommon.c\r
37 BasePciSegmentLib.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 IoLib\r
45 DebugLib\r
46 PciSegmentInfoLib\r