]> git.proxmox.com Git - mirror_edk2.git/blob - EdkCompatibilityPkg/Compatibility/SmmBaseHelper/SmmBaseHelper.inf
Remove dependency on include file in package outside of EKD2.
[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 IntelFrameworkPkg/IntelFrameworkPkg.dec
39 EdkCompatibilityPkg/EdkCompatibilityPkg.dec
40
41 [LibraryClasses]
42 UefiDriverEntryPoint
43 UefiBootServicesTableLib
44 SmmServicesTableLib
45 BaseMemoryLib
46 PeCoffLib
47 DevicePathLib
48 CacheMaintenanceLib
49
50 [Guids]
51 gEfiSmmBaseThunkCommunicationGuid
52
53 [Protocols]
54 gEfiSmmBaseHelperReadyProtocolGuid # PROTOCOL ALWAYS_PRODUCED
55 gEfiSmmCpuProtocolGuid # PROTOCOL ALWAYS_CONSUMED
56 gEfiLoadedImageProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiLoadedImageDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58
59 [Depex]
60 gEfiSmmCpuProtocolGuid
61