]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
Fix GCC warnings
[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
14#**/\r
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
9e620719 36 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
37 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
38\r
39[LibraryClasses]\r
40 UefiDriverEntryPoint\r
41 UefiBootServicesTableLib\r
42 SmmServicesTableLib\r
43 BaseMemoryLib\r
44 PeCoffLib\r
45 DevicePathLib\r
46 CacheMaintenanceLib\r
47\r
48[Guids]\r
49 gEfiSmmBaseThunkCommunicationGuid\r
50\r
51[Protocols]\r
52 gEfiSmmBaseHelperReadyProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
53 gEfiSmmCpuProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
54 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
55 gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
a7932d9a 56 gEfiSmmCpuSaveStateProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57 \r
9e620719 58[Depex]\r
59 gEfiSmmCpuProtocolGuid\r