]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeRuntimePciExpressLib/DxeRuntimePciExpressLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[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
9344f092 12# SPDX-License-Identifier: BSD-2-Clause-Patent\r
93b5b853 13#\r
14#\r
6bfbb5f0 15##\r
93b5b853 16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DxeRuntimePciExpressLib\r
c92c1790 20 MODULE_UNI_FILE = DxeRuntimePciExpressLib.uni\r
93b5b853 21 FILE_GUID = 54DCBCE5-92AD-41f5-AAAF-1170F16DA6A8\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
9095d37b 24 LIBRARY_CLASS = PciExpressLib|DXE_RUNTIME_DRIVER\r
93b5b853 25 CONSTRUCTOR = DxeRuntimePciExpressLibConstructor\r
26 DESTRUCTOR = DxeRuntimePciExpressLibDestructor\r
27\r
28#\r
3cb0a311 29# VALID_ARCHITECTURES = IA32 X64 EBC\r
93b5b853 30#\r
31\r
6bfbb5f0 32[Sources]\r
93b5b853 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
6bfbb5f0 48[Pcd]\r
0f46efec 49 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES\r
93b5b853 50\r
7c188740 51[Guids]\r
c92c1790
LG
52 gEfiEventVirtualAddressChangeGuid ## CONSUMES ## Event\r
53\r