summaryrefslogtreecommitdiff
path: root/Platform/BroxtonPlatformPkg/Common/Compatibility/SmmSxDispatch2OnSmmSxDispatchThunk/SmmSxDispatch2OnSmmSxDispatchThunk.inf
diff options
context:
space:
mode:
authorGuo Mang <mang.guo@intel.com>2016-12-23 13:56:08 +0800
committerGuo Mang <mang.guo@intel.com>2016-12-26 19:15:17 +0800
commit3ac8d734b028fd9bffaa834d2d7fd511812d5512 (patch)
treec7afa52b4d03f971b6b022eeff018ac336031d5c /Platform/BroxtonPlatformPkg/Common/Compatibility/SmmSxDispatch2OnSmmSxDispatchThunk/SmmSxDispatch2OnSmmSxDispatchThunk.inf
parent72c94d51ab14633c969a476780776e44833214a7 (diff)
downloadedk2-platforms-3ac8d734b028fd9bffaa834d2d7fd511812d5512.tar.xz
BroxtonPlatformPkg: Add SmmSxDispatch2OnSmmSxDispatchThunk
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'Platform/BroxtonPlatformPkg/Common/Compatibility/SmmSxDispatch2OnSmmSxDispatchThunk/SmmSxDispatch2OnSmmSxDispatchThunk.inf')
-rw-r--r--Platform/BroxtonPlatformPkg/Common/Compatibility/SmmSxDispatch2OnSmmSxDispatchThunk/SmmSxDispatch2OnSmmSxDispatchThunk.inf50
1 files changed, 50 insertions, 0 deletions
diff --git a/Platform/BroxtonPlatformPkg/Common/Compatibility/SmmSxDispatch2OnSmmSxDispatchThunk/SmmSxDispatch2OnSmmSxDispatchThunk.inf b/Platform/BroxtonPlatformPkg/Common/Compatibility/SmmSxDispatch2OnSmmSxDispatchThunk/SmmSxDispatch2OnSmmSxDispatchThunk.inf
new file mode 100644
index 0000000000..578ec07065
--- /dev/null
+++ b/Platform/BroxtonPlatformPkg/Common/Compatibility/SmmSxDispatch2OnSmmSxDispatchThunk/SmmSxDispatch2OnSmmSxDispatchThunk.inf
@@ -0,0 +1,50 @@
+## @file
+# Component description file for SMM SxDispatch2 Protocol on SMM SxDispatch Protocol Thunk driver.
+#
+# Copyright (c) 2013 - 2016, 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 = 0x00010017
+ BASE_NAME = SmmSxDispatch2OnSmmSxDispatchThunk
+ FILE_GUID = E2406FEC-6609-4385-AB3D-4535B6C7C46D
+ VERSION_STRING = 1.0
+ MODULE_TYPE = DXE_SMM_DRIVER
+ PI_SPECIFICATION_VERSION = 1.10
+ ENTRY_POINT = SmmSxDispatch2ThunkMain
+#
+# The following information is for reference only and not required by the build tools.
+#
+# VALID_ARCHITECTURES = IA32 X64
+#
+
+[LibraryClasses]
+ UefiDriverEntryPoint
+ UefiBootServicesTableLib
+ SmmServicesTableLib
+ BaseLib
+ DebugLib
+
+[Packages]
+ MdePkg/MdePkg.dec
+ IntelFrameworkPkg/IntelFrameworkPkg.dec
+
+[Sources]
+ SmmSxDispatch2OnSmmSxDispatchThunk.c
+
+[Protocols]
+ gEfiSmmSxDispatchProtocolGuid ## CONSUMES
+ gEfiSmmSxDispatch2ProtocolGuid ## PRODUCES
+
+[Depex]
+ gEfiSmmSxDispatchProtocolGuid
+