]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf
MdePkg: Add S3 library interfaces and base implementations
[mirror_edk2.git] / MdePkg / Library / BaseS3SmbusLib / BaseS3SmbusLib.inf
diff --git a/MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf b/MdePkg/Library/BaseS3SmbusLib/BaseS3SmbusLib.inf
new file mode 100644 (file)
index 0000000..e3bea2b
--- /dev/null
@@ -0,0 +1,47 @@
+## @file\r
+# Component description file for S3SmbusLib.\r
+#\r
+# Smbus Library Services that do SMBus transactions and also enable the\r
+# operatation to be replayed during an S3 resume. This library class maps\r
+# directly on top of the SmbusLib class.\r
+#\r
+# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
+#\r
+# This program and the accompanying materials are\r
+# licensed and made available under the terms and conditions of the BSD License\r
+# which accompanies this distribution.  The full text of the license may be found at\r
+# http://opensource.org/licenses/bsd-license.php\r
+#\r
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+#\r
+##\r
+\r
+[Defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = BaseS3SmbusLib\r
+  FILE_GUID                      = 01190654-FED0-40d3-BA7F-2925539E5830\r
+  MODULE_TYPE                    = BASE\r
+  VERSION_STRING                 = 1.0\r
+  LIBRARY_CLASS                  = S3SmbusLib \r
+\r
+\r
+#\r
+# The following information is for reference only and not required by the build tools.\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+\r
+[Sources]\r
+  S3SmbusLib.c\r
+\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+\r
+\r
+[LibraryClasses]\r
+  DebugLib\r
+  SmbusLib\r
+  S3BootScriptLib\r
+\r