]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BasePciSegmentLibPci/BasePciSegmentLibPci.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BasePciSegmentLibPci / BasePciSegmentLibPci.inf
1 ## @file
2 # Instance of PCI Segment Library based on PCI Library.
3 #
4 # PCI Segment Library that layers on top of the PCI Library which only
5 # supports segment 0 PCI configuration access.
6 #
7 # Copyright (c) 2016 - 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 = BasePciSegmentLibPci
17 MODULE_UNI_FILE = BasePciSegmentLibPci.uni
18 FILE_GUID = AABF95D6-F40C-405F-8360-6A59794B8040
19 MODULE_TYPE = BASE
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = PciSegmentLib
22
23 #
24 # The following information is for reference only and not required by the build tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64 EBC
27 #
28
29 [Sources]
30 PciSegmentLib.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34
35 [LibraryClasses]
36 BaseLib
37 PciLib
38 DebugLib