]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / DxeRuntimePciExpressLib / DxeRuntimePciExpressLib.inf
... / ...
CommitLineData
1## @file\r
2# Instance of PCI Express Library using the 256 MB PCI Express MMIO window that\r
3# is safe for runtime use.\r
4#\r
5# PCI Express Library that uses the 256 MB PCI Express MMIO window to perform\r
6# PCI Configuration cycles. Layers on top of an I/O Library instance. A table of\r
7# PCI devices that are registered for for runtime access is maintained so the\r
8# proper virtual address is used to perform the PCI Express Configuration cycle.\r
9#\r
10# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
11#\r
12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
13#\r
14#\r
15##\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DxeRuntimePciExpressLib\r
20 MODULE_UNI_FILE = DxeRuntimePciExpressLib.uni\r
21 FILE_GUID = 54DCBCE5-92AD-41f5-AAAF-1170F16DA6A8\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = PciExpressLib|DXE_RUNTIME_DRIVER\r
25 CONSTRUCTOR = DxeRuntimePciExpressLibConstructor\r
26 DESTRUCTOR = DxeRuntimePciExpressLibDestructor\r
27\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 EBC\r
30#\r
31\r
32[Sources]\r
33 PciExpressLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseLib\r
40 IoLib\r
41 DebugLib\r
42 PcdLib\r
43 MemoryAllocationLib\r
44 UefiBootServicesTableLib\r
45 DxeServicesTableLib\r
46 UefiRuntimeLib\r
47\r
48[Pcd]\r
49 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES\r