]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BasePciSegmentInfoLibNull/BasePciSegmentInfoLibNull.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BasePciSegmentInfoLibNull / BasePciSegmentInfoLibNull.inf
1 ## @file
2 # Instance of PCI SegmentInfo Library.
3 #
4 # Default PCI Segment Information Library that shouldn't be used by real platform.
5 #
6 # Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = BasePciSegmentInfoLibNull
16 MODULE_UNI_FILE = BasePciSegmentInfoLibNull.uni
17 FILE_GUID = 36B28584-C6AE-4B1B-A473-A51618EE525A
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = PciSegmentInfoLib
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 PciSegmentInfoLib.c
30
31 [Packages]
32 MdePkg/MdePkg.dec
33
34 [LibraryClasses]
35 PcdLib
36 DebugLib