]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
MdePkg/UefiDebugLibDebugPortProtocol: Add destructor to CloseEvent
[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
3cb0a311 7# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>\r
32fa5588 8#\r
9344f092 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
32fa5588
RN
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = BasePciSegmentLibPci\r
17 MODULE_UNI_FILE = BasePciSegmentLibPci.uni\r
18 FILE_GUID = AABF95D6-F40C-405F-8360-6A59794B8040\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
32fa5588
RN
27#\r
28\r
29[Sources]\r
30 PciSegmentLib.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
34\r
35[LibraryClasses]\r
36 BaseLib\r
37 PciLib\r
38 DebugLib\r