]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseS3PciSegmentLib/BaseS3PciSegmentLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseS3PciSegmentLib / BaseS3PciSegmentLib.inf
CommitLineData
a2285a89
RN
1## @file\r
2# Instance of S3 PCI Segment Library based on PCI Segment and S3 BootScript Library.\r
3#\r
4# S3 PCI Segment Services that perform PCI Configuration cycles and\r
5# also enable the PCI operation to be replayed during an S3 resume.\r
6#\r
3cb0a311 7# Copyright (c) 2017 - 2018, Intel Corporation. All rights reserved.<BR>\r
a2285a89 8#\r
9344f092 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
a2285a89
RN
10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
4008463d
LG
15 BASE_NAME = BaseS3PciSegmentLib\r
16 MODULE_UNI_FILE = BaseS3PciSegmentLib.uni\r
a2285a89
RN
17 FILE_GUID = 17E2C90E-AD1F-443A-8C94-6E50C0E98607\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = S3PciSegmentLib\r
21\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
3cb0a311 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
a2285a89
RN
27#\r
28\r
29[Sources]\r
30 S3PciSegmentLib.c\r
31\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36[LibraryClasses]\r
37 PciSegmentLib\r
38 S3BootScriptLib\r
39 DebugLib\r