VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/SmmPciExpressLib/SmmPciExpressLib.inf

Last change on this file was 108794, checked in by vboxsync, 3 weeks ago

Devices/EFI/FirmwareNew: Merge edk2-stable202502 from the vendor branch and make it build for the important platforms, bugref:4643

  • Property svn:eol-style set to native
File size: 975 bytes
Line 
1## @file
2# Instance of PCI Express Library using the 256 MB PCI Express MMIO window.
3#
4# PCI Express Library that uses the 256 MB PCI Express MMIO window to perform
5# PCI Configuration cycles. Layers on top of an I/O Library instance.
6#
7# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.
8# Portions copyright (c) 2016, American Megatrends, Inc. All rights reserved.
9#
10# SPDX-License-Identifier: BSD-2-Clause-Patent
11#
12#
13##
14
15[Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = SmmPciExpressLib
18 FILE_GUID = 00D24382-8231-4B18-A4F0-2D94D8FE2E81
19 MODULE_TYPE = DXE_SMM_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciExpressLib|DXE_SMM_DRIVER SMM_CORE
22 CONSTRUCTOR = SmmPciExpressLibConstructor
23
24[Sources]
25 PciExpressLib.c
26
27[Packages]
28 MdePkg/MdePkg.dec
29
30[LibraryClasses]
31 BaseLib
32 PcdLib
33 DebugLib
34 IoLib
35 UefiBootServicesTableLib
36
37[Pcd]
38 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES
39 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseSize ## CONSUMES
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