]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
Security enhancement to SMM Base thunk drivers: Framework SMM drivers can't be loaded...
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / SmmBaseHelper / SmmBaseHelper.inf
1 ## @file
2 # Component description file for SMM Base Helper SMM driver.
3 #
4 # Copyright (c) 2009 - 2010, Intel Corporation.
5 #
6 # All rights reserved. This program and the accompanying materials
7 # are licensed and made available under the terms and conditions of the BSD License
8 # which accompanies this distribution. The full text of the license may be found at
9 # http://opensource.org/licenses/bsd-license.php
10 #
11 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
13 #
14 ##
15
16 [Defines]
17 INF_VERSION = 0x00010005
18 BASE_NAME = SmmBaseHelper
19 FILE_GUID = 8C87E0A0-B390-4be3-819C-7C6C83CAE4EB
20 MODULE_TYPE = DXE_SMM_DRIVER
21 VERSION_STRING = 1.0
22 PI_SPECIFICATION_VERSION = 0x0001000A
23 ENTRY_POINT = SmmBaseHelperMain
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64
29 #
30
31 [Sources]
32 SmmBaseHelper.c
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37 IntelFrameworkPkg/IntelFrameworkPkg.dec
38 EdkCompatibilityPkg/EdkCompatibilityPkg.dec
39
40 [LibraryClasses]
41 UefiDriverEntryPoint
42 UefiBootServicesTableLib
43 SmmServicesTableLib
44 BaseMemoryLib
45 PeCoffLib
46 DevicePathLib
47 CacheMaintenanceLib
48 MemoryAllocationLib
49
50 [Guids]
51 gEfiSmmBaseThunkCommunicationGuid
52
53 [Protocols]
54 gEfiSmmBaseHelperReadyProtocolGuid # PROTOCOL ALWAYS_PRODUCED
55 gEfiSmmCpuProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiSmmCpuSaveStateProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59 gEfiMpServiceProtocolGuid # PROTOCOL ALWAYS_CONSUMED
60 gEfiSmmCpuIo2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
61 gEfiLoadPeImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
62 gEfiSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED
63
64 [Depex]
65 gEfiSmmCpuProtocolGuid AND
66 gEfiMpServiceProtocolGuid AND
67 gEfiSmmCpuIo2ProtocolGuid AND
68 gEfiLoadPeImageProtocolGuid