]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
Add runtime safe PCI Express Library instance
[mirror_edk2.git] / MdePkg / Library / DxeRuntimePciExpressLib / DxeRuntimePciExpressLib.inf
CommitLineData
93b5b853 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 - 2008, Intel Corporation.\r
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
20#**/\r
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
29 EDK_RELEASE_VERSION = 0x00020000\r
30 CONSTRUCTOR = DxeRuntimePciExpressLibConstructor\r
31 DESTRUCTOR = DxeRuntimePciExpressLibDestructor\r
32\r
33#\r
34# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
35#\r
36\r
37[Sources.common]\r
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
53[Pcd.common]\r
54 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress\r
55\r