2010-02-24 08:21:16 +08:00
|
|
|
## @file
|
2009-01-09 15:23:31 +08:00
|
|
|
# Instance of PCI Library based on PCI Express Library.
|
2007-06-22 11:21:45 +08:00
|
|
|
#
|
2009-01-09 15:23:31 +08:00
|
|
|
# PCI Library that uses the 256 MB PCI Express MMIO window to perform PCI
|
2008-07-09 15:21:21 +08:00
|
|
|
# Configuration cycles. Layers on one PCI Express Library instance.
|
2008-10-28 17:45:52 +08:00
|
|
|
#
|
2018-06-27 21:11:33 +08:00
|
|
|
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
|
2007-06-22 11:21:45 +08:00
|
|
|
#
|
2019-04-04 07:06:00 +08:00
|
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
2007-06-22 11:21:45 +08:00
|
|
|
#
|
|
|
|
#
|
2010-02-24 08:21:16 +08:00
|
|
|
##
|
2007-06-22 11:21:45 +08:00
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = BasePciLibPciExpress
|
2014-08-27 17:33:09 +08:00
|
|
|
MODULE_UNI_FILE = BasePciLibPciExpress.uni
|
2007-06-22 11:21:45 +08:00
|
|
|
FILE_GUID = 8987081e-daeb-44a9-8bef-a195b22d9417
|
|
|
|
MODULE_TYPE = BASE
|
|
|
|
VERSION_STRING = 1.0
|
2018-06-27 21:11:33 +08:00
|
|
|
LIBRARY_CLASS = PciLib
|
2007-06-22 11:21:45 +08:00
|
|
|
|
|
|
|
|
|
|
|
#
|
2018-07-02 09:21:05 +08:00
|
|
|
# VALID_ARCHITECTURES = IA32 X64 EBC ARM AARCH64
|
2007-06-22 11:21:45 +08:00
|
|
|
#
|
|
|
|
|
2010-02-24 08:21:16 +08:00
|
|
|
[Sources]
|
2007-06-22 11:21:45 +08:00
|
|
|
PciLib.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
PciExpressLib
|
|
|
|
|