VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/DxePciLibI440FxQ35/DxePciLibI440FxQ35.inf@ 98412

Last change on this file since 98412 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.2 KB
Line 
1## @file
2# An instance of the PCI Library that is based on both the PCI CF8 Library and
3# the PCI Express Library.
4#
5# This PciLib instance caches the OVMF platform type (I440FX vs. Q35) in
6# its entry point function, then delegates function calls to one of the
7# PciCf8Lib or PciExpressLib "backends" as appropriate.
8#
9# Copyright (C) 2016, Red Hat, Inc.
10#
11# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
12#
13# SPDX-License-Identifier: BSD-2-Clause-Patent
14##
15
16[Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = DxePciLibI440FxQ35
19 FILE_GUID = 5360bff6-3911-4495-ae3c-b02ff004b585
20 MODULE_TYPE = BASE
21 VERSION_STRING = 1.0
22 LIBRARY_CLASS = PciLib|DXE_DRIVER DXE_RUNTIME_DRIVER SMM_CORE DXE_SMM_DRIVER UEFI_DRIVER UEFI_APPLICATION
23 CONSTRUCTOR = InitializeConfigAccessMethod
24
25# VALID_ARCHITECTURES = IA32 X64
26
27[Sources]
28 PciLib.c
29
30[Packages]
31 MdePkg/MdePkg.dec
32 OvmfPkg/OvmfPkg.dec
33
34[LibraryClasses]
35 PcdLib
36 PciCf8Lib
37 PciExpressLib
38
39[Pcd]
40 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfHostBridgePciDevId
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