]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerStandaloneMm.inf
MdeModulePkg: StatusCodeHandler: StatusCodeHandler driver in StandaloneMm
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / Smm / StatusCodeHandlerStandaloneMm.inf
1 ## @file
2 # Status Code Handler Driver which produces general handlers and hook them onto the MM status code router.
3 #
4 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
6 # Copyright (c) Microsoft Corporation.
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = StatusCodeHandlerStandaloneMm
16 FILE_GUID = EBE7802F-5E11-4D4E-B463-22D2425D156B
17 MODULE_TYPE = MM_STANDALONE
18 PI_SPECIFICATION_VERSION = 0x00010032
19 VERSION_STRING = 1.0
20 ENTRY_POINT = StatusCodeHandlerStandaloneMmEntry
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64
26 #
27
28 [Sources]
29 StatusCodeHandlerMm.c
30 StatusCodeHandlerMm.h
31 StatusCodeHandlerStandalone.c
32 SerialStatusCodeWorker.c
33 MemoryStatusCodeWorker.c
34
35 [Packages]
36 MdePkg/MdePkg.dec
37 MdeModulePkg/MdeModulePkg.dec
38
39 [LibraryClasses]
40 SerialPortLib
41 MmServicesTableLib
42 StandaloneMmDriverEntryPoint
43 PcdLib
44 PrintLib
45 ReportStatusCodeLib
46 DebugLib
47 MemoryAllocationLib
48 BaseMemoryLib
49
50 [Guids]
51 gEfiStatusCodeDataTypeStringGuid ## SOMETIMES_CONSUMES ## UNDEFINED
52 gMemoryStatusCodeRecordGuid ## SOMETIMES_PRODUCES ## UNDEFINED # MmSystemTable
53
54 [Protocols]
55 gEfiMmRscHandlerProtocolGuid ## CONSUMES
56
57 [Pcd]
58 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial ## CONSUMES
59 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## CONSUMES
60 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory ## SOMETIMES_CONSUMES
61
62 [Depex]
63 gEfiMmRscHandlerProtocolGuid