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