]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PciSegmentLibSegmentInfo/DxeRuntimePciSegmentLibSegmentInfo.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / PciSegmentLibSegmentInfo / DxeRuntimePciSegmentLibSegmentInfo.inf
CommitLineData
5c9bb86f
RN
1## @file\r
2# Instance of Runtime 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 = DxeRuntimePciSegmentLibSegmentInfo\r
17 MODULE_UNI_FILE = DxeRuntimePciSegmentLibSegmentInfo.uni\r
18 FILE_GUID = F73EB3DE-F4E3-47CB-9F18-97796AE06314\r
19 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = PciSegmentLib|DXE_RUNTIME_DRIVER\r
22 CONSTRUCTOR = DxeRuntimePciSegmentLibConstructor\r
23 DESTRUCTOR = DxeRuntimePciSegmentLibDestructor\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
3cb0a311 28# VALID_ARCHITECTURES = IA32 X64 EBC\r
5c9bb86f
RN
29#\r
30\r
31[Sources]\r
32 PciSegmentLibCommon.h\r
33 PciSegmentLibCommon.c\r
34 DxeRuntimePciSegmentLib.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38\r
39[LibraryClasses]\r
40 BaseLib\r
41 IoLib\r
42 DebugLib\r
43 PciSegmentInfoLib\r
44 UefiRuntimeLib\r
45 MemoryAllocationLib\r
46 DxeServicesTableLib\r
47 UefiBootServicesTableLib\r
48\r
49[Guids]\r
50 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r