]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
Add 4 Framework/PI SMM thunk drivers. Combined use of these drivers can support usage...
[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, 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
24 ENTRY_POINT = SmmBaseHelperMain
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31
32 [Sources]
33 SmmBaseHelper.c
34 SmmBaseHelper.h
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 IA32FamilyCpuPkg/IA32FamilyCpuPkg.dec
39 IntelFrameworkPkg/IntelFrameworkPkg.dec
40 EdkCompatibilityPkg/EdkCompatibilityPkg.dec
41
42 [LibraryClasses]
43 UefiDriverEntryPoint
44 UefiBootServicesTableLib
45 SmmServicesTableLib
46 BaseMemoryLib
47 PeCoffLib
48 DevicePathLib
49 CacheMaintenanceLib
50
51 [Guids]
52 gEfiSmmBaseThunkCommunicationGuid
53
54 [Protocols]
55 gEfiSmmBaseHelperReadyProtocolGuid # PROTOCOL ALWAYS_PRODUCED
56 gEfiSmmCpuProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59
60 [Depex]
61 gEfiSmmCpuProtocolGuid
62