]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
Not maintained.
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / SmmBaseHelper / SmmBaseHelper.inf
CommitLineData
9e620719 1## @file\r
2# Component description file for SMM Base Helper SMM driver.\r
3#\r
a7932d9a 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 = SmmBaseHelper\r
19 FILE_GUID = 8C87E0A0-B390-4be3-819C-7C6C83CAE4EB\r
20 MODULE_TYPE = DXE_SMM_DRIVER\r
21 VERSION_STRING = 1.0\r
22 PI_SPECIFICATION_VERSION = 0x0001000A\r
9e620719 23 ENTRY_POINT = SmmBaseHelperMain\r
24\r
25#\r
26# The following information is for reference only and not required by the build tools.\r
27#\r
28# VALID_ARCHITECTURES = IA32 X64 \r
29#\r
30\r
31[Sources]\r
32 SmmBaseHelper.c\r
9e620719 33 \r
34[Packages]\r
35 MdePkg/MdePkg.dec\r
673c1498 36 MdeModulePkg/MdeModulePkg.dec\r
9e620719 37 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
38 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
39\r
40[LibraryClasses]\r
41 UefiDriverEntryPoint\r
42 UefiBootServicesTableLib\r
43 SmmServicesTableLib\r
44 BaseMemoryLib\r
45 PeCoffLib\r
46 DevicePathLib\r
47 CacheMaintenanceLib\r
27af6f9d 48 MemoryAllocationLib\r
9e620719 49\r
50[Guids]\r
51 gEfiSmmBaseThunkCommunicationGuid\r
52\r
53[Protocols]\r
54 gEfiSmmBaseHelperReadyProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
55 gEfiSmmCpuProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
56 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57 gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
a7932d9a 58 gEfiSmmCpuSaveStateProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
e906eae4 59 gEfiMpServiceProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
60 gEfiSmmCpuIo2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
673c1498 61 gEfiLoadPeImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
62\r
9e620719 63[Depex]\r
673c1498 64 gEfiSmmCpuProtocolGuid AND\r
65 gEfiMpServiceProtocolGuid AND\r
66 gEfiSmmCpuIo2ProtocolGuid AND\r
67 gEfiLoadPeImageProtocolGuid