]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/SmmBaseOnSmmBase2Thunk/SmmBaseOnSmmBase2Thunk.inf
1. Correct File header to ## @file
[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
6bfbb5f0 14##\r
9e620719 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
9e620719 32\r
33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
36 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
37\r
38[LibraryClasses]\r
39 UefiDriverEntryPoint\r
40 UefiBootServicesTableLib\r
41 DebugLib\r
42 UefiLib\r
fb03ca1a 43 UefiRuntimeLib\r
44\r
45[Guids]\r
46 gEfiEventVirtualAddressChangeGuid # GUID ALWAYS_CONSUMED\r
9e620719 47\r
48[Protocols]\r
f5501a65 49 gEfiSmmBase2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
50 gEfiSmmCommunicationProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
51 gEfiSmmBaseHelperReadyProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
52 gEfiSmmBaseProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
9e620719 53\r
54[Depex]\r
f5501a65 55 gEfiSmmBase2ProtocolGuid AND gEfiSmmCommunicationProtocolGuid AND gEfiSmmBaseHelperReadyProtocolGuid\r