]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Core/PiSmmCore/PiSmmIpl.inf
MdeModulePkg: eliminate all implicit library dependencies for all modules in MdeModul...
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmIpl.inf
1 ## @file
2 # This module provide an SMM CIS compliant implementation of SMM IPL.
3 #
4 # Copyright (c) 2009 - 2012, Intel Corporation. All rights reserved.<BR>
5 #
6 # 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 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12 #
13 ##
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = PiSmmIpl
18 FILE_GUID = 2FA2A6DA-11D5-4dc3-999A-749648B03C56
19 MODULE_TYPE = DXE_RUNTIME_DRIVER
20 VERSION_STRING = 1.0
21 PI_SPECIFICATION_VERSION = 0x0001000A
22 ENTRY_POINT = SmmIplEntry
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64
28 #
29
30 [Sources]
31 PiSmmIpl.c
32 PiSmmCorePrivateData.h
33
34 [Packages]
35 MdePkg/MdePkg.dec
36 MdeModulePkg/MdeModulePkg.dec
37
38 [LibraryClasses]
39 UefiDriverEntryPoint
40 BaseLib
41 BaseMemoryLib
42 PeCoffLib
43 CacheMaintenanceLib
44 MemoryAllocationLib
45 DebugLib
46 UefiBootServicesTableLib
47 DxeServicesTableLib
48 UefiLib
49 UefiRuntimeLib
50 DxeServicesLib
51 PcdLib
52
53 [Protocols]
54 gEfiSmmBase2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED
55 gEfiSmmCommunicationProtocolGuid # PROTOCOL ALWAYS_PRODUCED
56 gEfiSmmAccess2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
57 gEfiSmmConfigurationProtocolGuid # PROTOCOL ALWAYS_CONSUMED
58 gEfiSmmControl2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED
59 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED
60 gEfiCpuArchProtocolGuid # PROTOCOL SIMETIMES_CONSUMED
61
62 [Guids]
63 gEfiEventDxeDispatchGuid # ALWAYS_CONSUMED
64 gEfiEventReadyToBootGuid # ALWAYS_CONSUMED
65 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED
66 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED
67 gLoadFixedAddressConfigurationTableGuid # SIMETIMES_CONSUMED
68
69 [Pcd]
70 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadFixAddressSmmCodePageNumber # SIMETIMES_CONSUMED
71 gEfiMdeModulePkgTokenSpaceGuid.PcdLoadModuleAtFixAddressEnable # ALWAYS_CONSUMED
72
73
74 [Depex]
75 gEfiSmmAccess2ProtocolGuid AND gEfiSmmControl2ProtocolGuid