]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/SmmBaseOnSmmBase2Thunk.inf
Per Framework SMM CIS spec, SMM Base Protocol.Communicate() is availabe in runtime...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / SmmBaseOnSmmBase2Thunk / SmmBaseOnSmmBase2Thunk.inf
CommitLineData
9e620719 1## @file\r
2# Component description file for SMM Base Protocol on SMM Base2 Protocol Thunk driver.\r
3#\r
fb03ca1a 4# Copyright (c) 2009 - 2010, Intel Corporation\r
9e620719 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 = SmmBaseOnSmmBase2Thunk\r
19 FILE_GUID = 21CCF0B7-246B-412c-A334-0B65A07B28DF\r
20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = SmmBaseThunkMain\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 SmmBaseOnSmmBase2Thunk.c\r
32 SmmBaseOnSmmBase2Thunk.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 UefiLib\r
fb03ca1a 44 UefiRuntimeLib\r
45\r
46[Guids]\r
47 gEfiEventVirtualAddressChangeGuid # GUID ALWAYS_CONSUMED\r
9e620719 48\r
49[Protocols]\r
50 gEfiSmmBase2ProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
51 gEfiSmmCommunicationProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
52 gEfiSmmBaseHelperReadyProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
53 gEfiSmmBaseProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
54\r
55[Depex]\r
56 TRUE\r
57\r