]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / DxeRuntimePciExpressLib / DxeRuntimePciExpressLib.inf
CommitLineData
6bfbb5f0 1## @file\r
93b5b853 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
6bfbb5f0 10# Copyright (c) 2007 - 2010, Intel Corporation.\r
93b5b853 11#\r
12# All rights reserved. This program and the accompanying materials\r
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
15# http://opensource.org/licenses/bsd-license.php\r
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
25 FILE_GUID = 54DCBCE5-92AD-41f5-AAAF-1170F16DA6A8\r
26 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
27 VERSION_STRING = 1.0\r
28 LIBRARY_CLASS = PciExpressLib|DXE_RUNTIME_DRIVER \r
93b5b853 29 CONSTRUCTOR = DxeRuntimePciExpressLibConstructor\r
30 DESTRUCTOR = DxeRuntimePciExpressLibDestructor\r
31\r
32#\r
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
34#\r
35\r
6bfbb5f0 36[Sources]\r
93b5b853 37 PciExpressLib.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41\r
42[LibraryClasses]\r
43 BaseLib\r
44 IoLib\r
45 DebugLib\r
46 PcdLib\r
47 MemoryAllocationLib\r
48 UefiBootServicesTableLib\r
49 DxeServicesTableLib\r
50 UefiRuntimeLib\r
51\r
6bfbb5f0 52[Pcd]\r
0f46efec 53 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES\r
93b5b853 54\r
7c188740 55[Guids]\r
56 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event\r