VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PciHostBridgeLib/PciHostBridgeLib.inf

Last change on this file was 99404, checked in by vboxsync, 22 months ago

Devices/EFI/FirmwareNew: Update to edk2-stable202302 and make it build, bugref:4643

  • Property svn:eol-style set to native
File size: 1.2 KB
Line 
1## @file
2# OVMF's instance of the PCI Host Bridge Library.
3#
4# Copyright (C) 2016, Red Hat, Inc.
5# Copyright (c) 2016 - 2018, Intel Corporation. All rights reserved.<BR>
6#
7# SPDX-License-Identifier: BSD-2-Clause-Patent
8#
9#
10##
11
12[Defines]
13 INF_VERSION = 0x00010005
14 BASE_NAME = PciHostBridgeLib
15 FILE_GUID = 9F2BC05E-51EA-4AED-9A3E-7699641734E8
16 MODULE_TYPE = DXE_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = PciHostBridgeLib
19
20#
21# The following information is for reference only and not required by the build
22# tools.
23#
24# VALID_ARCHITECTURES = IA32 X64 EBC
25#
26
27[Sources]
28 PciHostBridgeLib.c
29
30[Packages]
31 MdeModulePkg/MdeModulePkg.dec
32 MdePkg/MdePkg.dec
33 OvmfPkg/OvmfPkg.dec
34
35[LibraryClasses]
36 BaseMemoryLib
37 PcdLib
38 PciHostBridgeUtilityLib
39
40[Pcd]
41 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
42 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoBase
43 gUefiOvmfPkgTokenSpaceGuid.PcdPciIoSize
44 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Base
45 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio32Size
46 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Base
47 gUefiOvmfPkgTokenSpaceGuid.PcdPciMmio64Size
Note: See TracBrowser for help on using the repository browser.

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