1 | ## @file
|
---|
2 | # Instance of Runtime PCI Segment Library that support multi-segment PCI configuration access.
|
---|
3 | #
|
---|
4 | # PCI Segment Library that consumes segment information provided by PciSegmentInfoLib to
|
---|
5 | # support multi-segment PCI configuration access through enhanced configuration access mechanism.
|
---|
6 | #
|
---|
7 | # Copyright (c) 2017 - 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 = DxeRuntimePciSegmentLibSegmentInfo
|
---|
17 | MODULE_UNI_FILE = DxeRuntimePciSegmentLibSegmentInfo.uni
|
---|
18 | FILE_GUID = F73EB3DE-F4E3-47CB-9F18-97796AE06314
|
---|
19 | MODULE_TYPE = DXE_RUNTIME_DRIVER
|
---|
20 | VERSION_STRING = 1.0
|
---|
21 | LIBRARY_CLASS = PciSegmentLib|DXE_RUNTIME_DRIVER
|
---|
22 | CONSTRUCTOR = DxeRuntimePciSegmentLibConstructor
|
---|
23 | DESTRUCTOR = DxeRuntimePciSegmentLibDestructor
|
---|
24 |
|
---|
25 | #
|
---|
26 | # The following information is for reference only and not required by the build tools.
|
---|
27 | #
|
---|
28 | # VALID_ARCHITECTURES = IA32 X64 EBC
|
---|
29 | #
|
---|
30 |
|
---|
31 | [Sources]
|
---|
32 | PciSegmentLibCommon.h
|
---|
33 | PciSegmentLibCommon.c
|
---|
34 | DxeRuntimePciSegmentLib.c
|
---|
35 |
|
---|
36 | [Packages]
|
---|
37 | MdePkg/MdePkg.dec
|
---|
38 |
|
---|
39 | [LibraryClasses]
|
---|
40 | BaseLib
|
---|
41 | IoLib
|
---|
42 | DebugLib
|
---|
43 | PciSegmentInfoLib
|
---|
44 | UefiRuntimeLib
|
---|
45 | MemoryAllocationLib
|
---|
46 | DxeServicesTableLib
|
---|
47 | UefiBootServicesTableLib
|
---|