]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/SmmPciExpressLib/SmmPciExpressLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / SmmPciExpressLib / SmmPciExpressLib.inf
CommitLineData
84ace59f
LG
1## @file\r
2# Instance of PCI Express Library using the 256 MB PCI Express MMIO window.\r
3#\r
4# PCI Express Library that uses the 256 MB PCI Express MMIO window to perform\r
5# PCI Configuration cycles. Layers on top of an I/O Library instance.\r
6#\r
7# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.\r
8# Portions copyright (c) 2016, American Megatrends, Inc. All rights reserved.\r
9#\r
9344f092 10# SPDX-License-Identifier: BSD-2-Clause-Patent\r
84ace59f
LG
11#\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = SmmPciExpressLib\r
18 FILE_GUID = 00D24382-8231-4B18-A4F0-2D94D8FE2E81\r
19 MODULE_TYPE = DXE_SMM_DRIVER\r
20 VERSION_STRING = 1.0\r
21 LIBRARY_CLASS = PciExpressLib|DXE_SMM_DRIVER SMM_CORE\r
22 CONSTRUCTOR = SmmPciExpressLibConstructor\r
23\r
24[Sources]\r
25 PciExpressLib.c\r
26\r
27[Packages]\r
28 MdePkg/MdePkg.dec\r
29\r
30[LibraryClasses]\r
31 BaseLib\r
32 PcdLib\r
33 DebugLib\r
34 IoLib\r
35\r
36[Pcd]\r
37 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES\r