]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseS3SmbusLib / BaseS3SmbusLib.inf
CommitLineData
fe69ac84 1## @file\r
c92c1790 2# Instance of S3 Smbus Library based on SmBus and S3 BootScript Library.\r
fe69ac84 3#\r
c92c1790 4# S3 Smbus Library Services that do SMBus transactions and also enable the\r
9095d37b 5# operatation to be replayed during an S3 resume.\r
fe69ac84 6#\r
9095d37b 7# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
fe69ac84 8#\r
9344f092 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
fe69ac84 10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = BaseS3SmbusLib\r
c92c1790 16 MODULE_UNI_FILE = BaseS3SmbusLib.uni\r
fe69ac84 17 FILE_GUID = 01190654-FED0-40d3-BA7F-2925539E5830\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
9095d37b 20 LIBRARY_CLASS = S3SmbusLib\r
fe69ac84 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
fe69ac84 27#\r
28\r
29[Sources]\r
30 S3SmbusLib.c\r
31\r
32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35\r
36\r
37[LibraryClasses]\r
38 DebugLib\r
39 SmbusLib\r
40 S3BootScriptLib\r
41\r