VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/FirmwareNew/MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf@ 109091

Last change on this file since 109091 was 89983, checked in by vboxsync, 4 years ago

Devices/EFI: Merge edk-stable202105 and openssl 1.1.1j and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1## @file
2# Instance of PCI Express Library using the variable size PCI Express MMIO window.
3#
4# PCI Express Library that uses the variable size PCI Express MMIO window to perform
5# PCI Configuration cycles. Layers on top of an I/O Library instance.
6#
7# Copyright (c) 2007 - 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 = BasePciExpressLib
17 MODULE_UNI_FILE = BasePciExpressLib.uni
18 FILE_GUID = 287e50f4-a188-4699-b907-3e4080ca5688
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciExpressLib
22 CONSTRUCTOR = PciExpressLibConstructor
23
24#
25# VALID_ARCHITECTURES = IA32 X64 EBC
26#
27
28[Sources]
29 PciExpressLib.c
30
31[Packages]
32 MdePkg/MdePkg.dec
33
34[LibraryClasses]
35 BaseLib
36 PcdLib
37 DebugLib
38 IoLib
39
40[Pcd]
41 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES
42 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