]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/PciSegmentLibSegmentInfo/DxeRuntimePciSegmentLibSegmentInfo.inf
MdePkg PeiMemoryAllocationLib: Update InternalAllocateAlignedPages
[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
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 = DxeRuntimePciSegmentLibSegmentInfo\r
22 MODULE_UNI_FILE = DxeRuntimePciSegmentLibSegmentInfo.uni\r
23 FILE_GUID = F73EB3DE-F4E3-47CB-9F18-97796AE06314\r
24 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
25 VERSION_STRING = 1.0\r
26 LIBRARY_CLASS = PciSegmentLib|DXE_RUNTIME_DRIVER\r
27 CONSTRUCTOR = DxeRuntimePciSegmentLibConstructor\r
28 DESTRUCTOR = DxeRuntimePciSegmentLibDestructor\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
36[Sources]\r
37 PciSegmentLibCommon.h\r
38 PciSegmentLibCommon.c\r
39 DxeRuntimePciSegmentLib.c\r
40\r
41[Packages]\r
42 MdePkg/MdePkg.dec\r
43\r
44[LibraryClasses]\r
45 BaseLib\r
46 IoLib\r
47 DebugLib\r
48 PciSegmentInfoLib\r
49 UefiRuntimeLib\r
50 MemoryAllocationLib\r
51 DxeServicesTableLib\r
52 UefiBootServicesTableLib\r
53\r
54[Guids]\r
55 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r