VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/PciSegmentLibSegmentInfo/DxeRuntimePciSegmentLibSegmentInfo.inf@ 80721

Last change on this file since 80721 was 80721, checked in by vboxsync, 6 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.5 KB
Line 
1## @file
2# Instance of Runtime PCI Segment Library that support multi-segment PCI configuration access.
3#
4# PCI Segment Library that consumes segment information provided by PciSegmentInfoLib to
5# support multi-segment PCI configuration access through enhanced configuration access mechanism.
6#
7# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
8#
9# SPDX-License-Identifier: BSD-2-Clause-Patent
10#
11#
12##
13
14[Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = DxeRuntimePciSegmentLibSegmentInfo
17 MODULE_UNI_FILE = DxeRuntimePciSegmentLibSegmentInfo.uni
18 FILE_GUID = F73EB3DE-F4E3-47CB-9F18-97796AE06314
19 MODULE_TYPE = DXE_RUNTIME_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciSegmentLib|DXE_RUNTIME_DRIVER
22 CONSTRUCTOR = DxeRuntimePciSegmentLibConstructor
23 DESTRUCTOR = DxeRuntimePciSegmentLibDestructor
24
25#
26# The following information is for reference only and not required by the build tools.
27#
28# VALID_ARCHITECTURES = IA32 X64 EBC
29#
30
31[Sources]
32 PciSegmentLibCommon.h
33 PciSegmentLibCommon.c
34 DxeRuntimePciSegmentLib.c
35
36[Packages]
37 MdePkg/MdePkg.dec
38
39[LibraryClasses]
40 BaseLib
41 IoLib
42 DebugLib
43 PciSegmentInfoLib
44 UefiRuntimeLib
45 MemoryAllocationLib
46 DxeServicesTableLib
47 UefiBootServicesTableLib
48
49[Guids]
50 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette