]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
1. Correct File header to ## @file
[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 IntelFrameworkPkg/IntelFrameworkPkg.dec
37 EdkCompatibilityPkg/EdkCompatibilityPkg.dec
38
39 [LibraryClasses]
40 UefiDriverEntryPoint
41 UefiBootServicesTableLib
42 SmmServicesTableLib
43 BaseMemoryLib
44 PeCoffLib
45 DevicePathLib
46 CacheMaintenanceLib
47 MemoryAllocationLib
48
49 [Guids]
50 gEfiSmmBaseThunkCommunicationGuid
51
52 [Protocols]
53 gEfiSmmBaseHelperReadyProtocolGuid # PROTOCOL ALWAYS_PRODUCED
54 gEfiSmmCpuProtocolGuid # PROTOCOL ALWAYS_CONSUMED
55 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56 gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiSmmCpuSaveStateProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiMpServiceProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59 gEfiSmmCpuIo2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
60
61 [Depex]
62 gEfiSmmCpuProtocolGuid AND gEfiMpServiceProtocolGuid AND gEfiSmmCpuIo2ProtocolGuid