]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / Smm / StatusCodeHandlerSmm.inf
CommitLineData
6bfbb5f0 1## @file\r
6036e94d 2# Status Code Handler Driver which produces general handlers and hook them onto the SMM status code router.\r
3af9b388 3#\r
6036e94d 4# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
3af9b388 5#\r
e5eed7d3 6# This program and the accompanying materials\r
3af9b388 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
6bfbb5f0 14##\r
3af9b388 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = StatusCodeHandlerSmm\r
6036e94d 19 MODULE_UNI_FILE = StatusCodeHandlerSmm.uni\r
3af9b388 20 FILE_GUID = 79CD78D8-6EDC-4978-BD02-3299C387AB17\r
21 MODULE_TYPE = DXE_SMM_DRIVER\r
22 PI_SPECIFICATION_VERSION = 0x0001000A\r
63971079 23 VERSION_STRING = 1.0 \r
3af9b388 24 ENTRY_POINT = StatusCodeHandlerSmmEntry\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
d3308de7 32[Sources]\r
3af9b388 33 StatusCodeHandlerSmm.c\r
34 StatusCodeHandlerSmm.h\r
35 SerialStatusCodeWorker.c\r
36 MemoryStatusCodeWorker.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 SerialPortLib\r
44 SmmServicesTableLib\r
45 UefiDriverEntryPoint\r
46 PcdLib\r
47 PrintLib\r
48 ReportStatusCodeLib\r
49 DebugLib\r
d3308de7 50 MemoryAllocationLib\r
96a25163 51 BaseMemoryLib\r
52 \r
3af9b388 53[Guids]\r
6036e94d 54 gEfiStatusCodeDataTypeStringGuid ## SOMETIMES_CONSUMES ## UNDEFINED\r
3af9b388 55\r
56[Protocols]\r
57 gEfiSmmRscHandlerProtocolGuid ## CONSUMES\r
58\r
59[FeaturePcd]\r
6036e94d
SZ
60 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES\r
3af9b388 62\r
63[Pcd]\r
6036e94d 64 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## SOMETIMES_CONSUMES\r
3af9b388 65\r
66[Depex]\r
67 gEfiSmmRscHandlerProtocolGuid\r
6036e94d
SZ
68\r
69[UserExtensions.TianoCore."ExtraFiles"]\r
70 StatusCodeHandlerSmmExtra.uni\r