From 3ac8d734b028fd9bffaa834d2d7fd511812d5512 Mon Sep 17 00:00:00 2001 From: Guo Mang Date: Fri, 23 Dec 2016 13:56:08 +0800 Subject: BroxtonPlatformPkg: Add SmmSxDispatch2OnSmmSxDispatchThunk Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Guo Mang --- .../SmmSxDispatch2OnSmmSxDispatchThunk.inf | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Platform/BroxtonPlatformPkg/Common/Compatibility/SmmSxDispatch2OnSmmSxDispatchThunk/SmmSxDispatch2OnSmmSxDispatchThunk.inf (limited to 'Platform/BroxtonPlatformPkg/Common/Compatibility/SmmSxDispatch2OnSmmSxDispatchThunk/SmmSxDispatch2OnSmmSxDispatchThunk.inf') 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.
+# +# 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 + -- cgit v1.2.3