]> git.proxmox.com Git - mirror_edk2.git/blob - ArmVirtPkg/Library/BaseCachingPciExpressLib/BaseCachingPciExpressLib.inf
OvmfPkg/QemuVideoDxe: parse edid blob, detect display resolution
[mirror_edk2.git] / ArmVirtPkg / Library / BaseCachingPciExpressLib / BaseCachingPciExpressLib.inf
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.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = BaseCachingPciExpressLib
17 FILE_GUID = 3f3ffd80-04dc-4a2b-9d25-ecca55c2e520
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = PciExpressLib|DXE_DRIVER UEFI_DRIVER UEFI_APPLICATION
21 CONSTRUCTOR = PciExpressLibInitialize
22
23 #
24 # VALID_ARCHITECTURES = ARM AARCH64
25 #
26
27 [Sources]
28 PciExpressLib.c
29
30 [Packages]
31 ArmVirtPkg/ArmVirtPkg.dec
32 MdePkg/MdePkg.dec
33
34 [LibraryClasses]
35 BaseLib
36 PcdLib
37 DebugLib
38 IoLib
39 PciPcdProducerLib
40
41 [Pcd]
42 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES
43