]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/SmmControl2OnSmmControlThunk/SmmControl2OnSmmControlThunk.inf
Add 4 Framework/PI SMM thunk drivers. Combined use of these drivers can support usage...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / SmmControl2OnSmmControlThunk / SmmControl2OnSmmControlThunk.inf
CommitLineData
9e620719 1## @file\r
2# Component description file for SMM Control2 Protocol on SMM Control Protocol Thunk driver.\r
3#\r
4# Copyright (c) 2009, Intel Corporation\r
5#\r
6# All rights reserved. This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10#\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#**/\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = SmmControl2OnSmmControlThunk\r
19 FILE_GUID = B55A4515-5895-4ea8-845B-75B7480F6502\r
20 MODULE_TYPE = DXE_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = SmmControl2ThunkMain\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources]\r
31 SmmControl2OnSmmControlThunk.c\r
32 SmmControl2OnSmmControlThunk.h\r
33\r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
37 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 UefiBootServicesTableLib\r
42 DebugLib\r
43 IoLib\r
44\r
45[Protocols]\r
46 gEfiSmmControlProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
47 gEfiSmmControl2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
48\r
49[Depex]\r
50 gEfiSmmControlProtocolGuid\r
51\r