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