]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / BasePciLibPciExpress / BasePciLibPciExpress.inf
1 ## @file
2 # Instance of PCI Library based on PCI Express Library.
3 #
4 # PCI Library that uses the 256 MB PCI Express MMIO window to perform PCI
5 # Configuration cycles. Layers on one PCI Express 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 = BasePciLibPciExpress
17 MODULE_UNI_FILE = BasePciLibPciExpress.uni
18 FILE_GUID = 8987081e-daeb-44a9-8bef-a195b22d9417
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciLib
22
23
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
26 #
27
28 [Sources]
29 PciLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34 [LibraryClasses]
35 PciExpressLib
36