]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / Smm / StatusCodeHandlerSmm.inf
1 ## @file
2 # Status Code Handler Driver which produces general handlers and hook them
3 # onto the SMM status code router.
4 #
5 # Copyright (c) 2009 - 2010, Intel Corporation.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
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
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = StatusCodeHandlerSmm
20 FILE_GUID = 79CD78D8-6EDC-4978-BD02-3299C387AB17
21 MODULE_TYPE = DXE_SMM_DRIVER
22 PI_SPECIFICATION_VERSION = 0x0001000A
23 ENTRY_POINT = StatusCodeHandlerSmmEntry
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64
29 #
30
31 [Sources]
32 StatusCodeHandlerSmm.c
33 StatusCodeHandlerSmm.h
34 SerialStatusCodeWorker.c
35 MemoryStatusCodeWorker.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 SerialPortLib
43 SmmServicesTableLib
44 UefiDriverEntryPoint
45 PcdLib
46 PrintLib
47 ReportStatusCodeLib
48 DebugLib
49 SynchronizationLib
50 MemoryAllocationLib
51
52 [Guids]
53 gMemoryStatusCodeRecordGuid ## CONSUMES ## HOB
54
55 [Protocols]
56 gEfiSmmRscHandlerProtocolGuid ## CONSUMES
57
58 [FeaturePcd]
59 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
60 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
61
62 [Pcd]
63 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory
64
65 [Depex]
66 gEfiSmmRscHandlerProtocolGuid