1 ## @file 2 # Component description file for SMM SwDispatch2 Protocol on SMM SwDispatch Protocol Thunk driver. 3 # 4 # Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR> 5 # 7 # This program and the accompanying materials are licensed and made available under 9 # the terms and conditions of the BSD License that accompanies this distribution. 11 # The full text of the license may be found at 13 # http://opensource.org/licenses/bsd-license.php. 15 # 17 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 19 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 21 # 23 # 24 # 25 # 26 ## 27 28 [Defines] 29 INF_VERSION = 0x00010005 30 BASE_NAME = SmmSwDispatch2OnSmmSwDispatchThunk 31 FILE_GUID = 1410C6AC-9F4B-495b-9C23-8A5AEB0165E9 32 MODULE_TYPE = DXE_SMM_DRIVER 33 VERSION_STRING = 1.0 34 PI_SPECIFICATION_VERSION = 0x0001000A 35 ENTRY_POINT = SmmSwDispatch2ThunkMain 36 37 # 38 # The following information is for reference only and not required by the build tools. 39 # 40 # VALID_ARCHITECTURES = IA32 X64 41 # 42 43 [Sources] 44 SmmSwDispatch2OnSmmSwDispatchThunk.c 45 46 [Packages] 47 MdePkg/MdePkg.dec 48 IntelFrameworkPkg/IntelFrameworkPkg.dec 49 50 [LibraryClasses] 51 UefiDriverEntryPoint 52 UefiBootServicesTableLib 53 SmmServicesTableLib 54 BaseLib 55 IoLib 56 DebugLib 57 58 [Protocols] 59 gEfiSmmControlProtocolGuid # PROTOCOL ALWAYS_CONSUMED 60 gEfiSmmSwDispatchProtocolGuid # PROTOCOL ALWAYS_CONSUMED 61 gEfiSmmCpuProtocolGuid # PROTOCOL ALWAYS_CONSUMED 62 gEfiSmmSwDispatch2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED 63 64 [Depex] 65 gEfiSmmSwDispatchProtocolGuid AND 66 gEfiSmmControlProtocolGuid AND 67 gEfiSmmCpuProtocolGuid 68 69