summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
diff options
context:
space:
mode:
authorShumin Qiu <shumin.qiu@intel.com>2013-11-08 02:59:05 +0000
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>2013-11-08 02:59:05 +0000
commitc48abbedcbff432bf9be8a8d1ca0d16913eb9971 (patch)
tree17f613551affa8cdd3e58430c58794c908f9d463 /MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
parentcd6abb00402d747c664fb2b3344c248d16307256 (diff)
downloadedk2-platforms-c48abbedcbff432bf9be8a8d1ca0d16913eb9971.tar.xz
Add BaseSmbusLibNull instance for SmbusLib. Add check in BootScriptExecutorDxe driver for the return status of S3BootScriptExecute().
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14830 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf')
-rw-r--r--MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf34
1 files changed, 34 insertions, 0 deletions
diff --git a/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf b/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
new file mode 100644
index 0000000000..c0c0f6b6d9
--- /dev/null
+++ b/MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf
@@ -0,0 +1,34 @@
+## @file
+# Null implementation of the SMBUS Library.
+#
+# Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
+#
+# This program and the accompanying materials
+# are licensed and made available under the terms and conditions of the BSD License
+# which accompanies this distribution. The full text of the license may be found at
+# http://opensource.org/licenses/bsd-license.php.
+# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
+# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
+#
+##
+
+[Defines]
+ INF_VERSION = 0x00010005
+ BASE_NAME = BaseSmbusLibNull
+ FILE_GUID = E2ECA273-A1C0-407E-9A5C-F10C55142196
+ MODULE_TYPE = BASE
+ VERSION_STRING = 1.0
+ LIBRARY_CLASS = SmbusLib
+
+#
+# VALID_ARCHITECTURES = IA32 X64 IPF EBC
+#
+
+[Sources]
+ BaseSmbusLibNull.c
+
+[Packages]
+ MdePkg/MdePkg.dec
+
+[LibraryClasses]
+ DebugLib