]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdePkg / Library / DxeRuntimePciExpressLib / DxeRuntimePciExpressLib.inf
1 ## @file
2 # Instance of PCI Express Library using the 256 MB PCI Express MMIO window that
3 # is safe for runtime use.
4 #
5 # PCI Express Library that uses the 256 MB PCI Express MMIO window to perform
6 # PCI Configuration cycles. Layers on top of an I/O Library instance. A table of
7 # PCI devices that are registered for for runtime access is maintained so the
8 # proper virtual address is used to perform the PCI Express Configuration cycle.
9 #
10 # Copyright (c) 2007 - 2010, Intel Corporation.
11 #
12 # All rights reserved. This program and the accompanying materials
13 # are licensed and made available under the terms and conditions of the BSD License
14 # which accompanies this distribution. The full text of the license may be found at
15 # http://opensource.org/licenses/bsd-license.php
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
18 #
19 #
20 ##
21
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = DxeRuntimePciExpressLib
25 FILE_GUID = 54DCBCE5-92AD-41f5-AAAF-1170F16DA6A8
26 MODULE_TYPE = DXE_RUNTIME_DRIVER
27 VERSION_STRING = 1.0
28 LIBRARY_CLASS = PciExpressLib|DXE_RUNTIME_DRIVER
29 CONSTRUCTOR = DxeRuntimePciExpressLibConstructor
30 DESTRUCTOR = DxeRuntimePciExpressLibDestructor
31
32 #
33 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
34 #
35
36 [Sources]
37 PciExpressLib.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41
42 [LibraryClasses]
43 BaseLib
44 IoLib
45 DebugLib
46 PcdLib
47 MemoryAllocationLib
48 UefiBootServicesTableLib
49 DxeServicesTableLib
50 UefiRuntimeLib
51
52 [Pcd]
53 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES
54
55 [Guids]
56 gEfiEventVirtualAddressChangeGuid ## PRODUCES ## Event