]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf
Fix non-boolean comparison expression.
[mirror_edk2.git] / MdeModulePkg / Core / PiSmmCore / PiSmmCore.inf
CommitLineData
e42e9404 1## @file\r
2# This module provide an SMM CIS compliant implementation of SMM Core.\r
3#\r
4# Copyright (c) 2009 - 2010, 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# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = PiSmmCore\r
18 FILE_GUID = E94F54CD-81EB-47ed-AEC3-856F5DC157A9\r
19 MODULE_TYPE = SMM_CORE\r
20 VERSION_STRING = 1.0\r
21 PI_SPECIFICATION_VERSION = 0x0001000A\r
22 ENTRY_POINT = SmmMain\r
23\r
24# VALID_ARCHITECTURES = IA32 X64\r
25\r
26[Sources]\r
27 PiSmmCore.c\r
28 PiSmmCore.h\r
29 PiSmmCorePrivateData.h\r
30 Page.c\r
31 Pool.c\r
32 Handle.c\r
33 Locate.c\r
34 Notify.c\r
35 Dependency.c\r
36 Dispatcher.c\r
37 Smi.c\r
38 InstallConfigurationTable.c\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 \r
43[LibraryClasses]\r
44 UefiDriverEntryPoint\r
45 BaseLib\r
46 BaseMemoryLib\r
47 PeCoffLib\r
48 CacheMaintenanceLib \r
49 DebugLib\r
50 ReportStatusCodeLib\r
51 DevicePathLib \r
52 UefiLib \r
53 UefiBootServicesTableLib \r
54 MemoryAllocationLib\r
55 \r
56[Protocols]\r
57 gEfiDxeSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58 gEfiSmmReadyToLockProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
59 gEfiSmmCpuIo2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
60 gEfiFirmwareVolume2ProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
61 gEfiSecurityArchProtocolGuid # PROTOCOL SIMETIMES_CONSUMED\r
62 gEfiLoadedImageProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
63 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_CONSUMED\r
64\r
65[Guids]\r
66 gAprioriGuid # ALWAYS_CONSUMED\r
67 gEfiEventDxeDispatchGuid # ALWAYS_CONSUMED\r
68 gEfiEventLegacyBootGuid # ALWAYS_CONSUMED\r