]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BasePciExpressLib/BasePciExpressLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BasePciExpressLib / BasePciExpressLib.inf
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 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = BasePciExpressLib
17 MODULE_UNI_FILE = BasePciExpressLib.uni
18 FILE_GUID = 287e50f4-a188-4699-b907-3e4080ca5688
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciExpressLib
22
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 #
26
27 [Sources]
28 PciExpressLib.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32
33 [LibraryClasses]
34 BaseLib
35 PcdLib
36 DebugLib
37 IoLib
38
39 [Pcd]
40 gEfiMdePkgTokenSpaceGuid.PcdPciExpressBaseAddress ## CONSUMES
41