]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
c886d5e4bf752ac97afe2d58e2e152996cfc42e8
[mirror_edk2.git] / IntelFrameworkModulePkg / 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, 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
24 ENTRY_POINT = StatusCodeHandlerSmmEntry
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64
30 #
31
32 [Sources.common]
33 StatusCodeHandlerSmm.c
34 StatusCodeHandlerSmm.h
35 SerialStatusCodeWorker.c
36 MemoryStatusCodeWorker.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
41
42 [LibraryClasses]
43 SerialPortLib
44 SmmServicesTableLib
45 UefiDriverEntryPoint
46 PcdLib
47 PrintLib
48 ReportStatusCodeLib
49 DebugLib
50 SynchronizationLib
51
52 [Guids]
53 gEfiStatusCodeDataTypeDebugGuid ## SOMETIMES_CONSUMES (Needed if Data Hub is supported for status code.)
54 gMemoryStatusCodeRecordGuid ## CONSUMES ## HOB
55
56 [Protocols]
57 gEfiSmmRscHandlerProtocolGuid ## CONSUMES
58
59 [FeaturePcd]
60 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
61 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
62
63 [Pcd]
64 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| PcdStatusCodeUseMemory
65
66 [Depex]
67 gEfiSmmRscHandlerProtocolGuid