]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
Remove dependency on include file in package outside of EKD2.
[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
4# Copyright (c) 2009, Intel Corporation.\r
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
23\r
24 ENTRY_POINT = SmmBaseHelperMain\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 \r
30#\r
31\r
32[Sources]\r
33 SmmBaseHelper.c\r
34 SmmBaseHelper.h\r
35 \r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
9e620719 38 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
39 EdkCompatibilityPkg/EdkCompatibilityPkg.dec\r
40\r
41[LibraryClasses]\r
42 UefiDriverEntryPoint\r
43 UefiBootServicesTableLib\r
44 SmmServicesTableLib\r
45 BaseMemoryLib\r
46 PeCoffLib\r
47 DevicePathLib\r
48 CacheMaintenanceLib\r
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
58\r
59[Depex]\r
60 gEfiSmmCpuProtocolGuid\r
61\r