]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseS3PciSegmentLib / BaseS3PciSegmentLib.inf
1 ## @file
2 # Instance of S3 PCI Segment Library based on PCI Segment and S3 BootScript Library.
3 #
4 # S3 PCI Segment Services that perform PCI Configuration cycles and
5 # also enable the PCI operation to be replayed during an S3 resume.
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 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = BaseS3PciSegmentLib
16 MODULE_UNI_FILE = BaseS3PciSegmentLib.uni
17 FILE_GUID = 17E2C90E-AD1F-443A-8C94-6E50C0E98607
18 MODULE_TYPE = BASE
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = S3PciSegmentLib
21
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 S3PciSegmentLib.c
31
32
33 [Packages]
34 MdePkg/MdePkg.dec
35
36 [LibraryClasses]
37 PciSegmentLib
38 S3BootScriptLib
39 DebugLib