]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Library / DxeRuntimePciExpressLib / DxeRuntimePciExpressLib.inf
CommitLineData
6bfbb5f0 1## @file\r
9095d37b 2# Instance of PCI Express Library using the 256 MB PCI Express MMIO window that\r
93b5b853 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
9095d37b
LG
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
93b5b853 8# proper virtual address is used to perform the PCI Express Configuration cycle.\r
9#\r
9095d37b 10# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
93b5b853 11#\r
19388d29 12# This program and the accompanying materials\r
93b5b853 13# are licensed and made available under the terms and conditions of the BSD License\r
14# which accompanies this distribution. The full text of the license may be found at\r
2fc59a00 15# http://opensource.org/licenses/bsd-license.php.\r
93b5b853 16# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
17# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
18#\r
19#\r
6bfbb5f0 20##\r
93b5b853 21\r
22[Defines]\r
23 INF_VERSION = 0x00010005\r
24 BASE_NAME = DxeRuntimePciExpressLib\r
c92c1790 25 MODULE_UNI_FILE = DxeRuntimePciExpressLib.uni\r
93b5b853 26 FILE_GUID = 54DCBCE5-92AD-41f5-AAAF-1170F16DA6A8\r
27 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
28 VERSION_STRING = 1.0\r
9095d37b 29 LIBRARY_CLASS = PciExpressLib|DXE_RUNTIME_DRIVER\r
93b5b853 30 CONSTRUCTOR = DxeRuntimePciExpressLibConstructor\r
31 DESTRUCTOR = DxeRuntimePciExpressLibDestructor\r
32\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
6bfbb5f0 37[Sources]\r
93b5b853 38 PciExpressLib.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 IoLib\r
46 DebugLib\r
47 PcdLib\r
48 MemoryAllocationLib\r
49 UefiBootServicesTableLib\r
50 DxeServicesTableLib\r
51 UefiRuntimeLib\r
52\r
6bfbb5f0 53[Pcd]\r
0f46efec 54 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES\r
93b5b853 55\r
7c188740 56[Guids]\r
c92c1790
LG
57 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
58\r