]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/StatusCodeHandler/Smm/StatusCodeHandlerSmm.inf
Enhance inf and dec file to follow specs.
[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 - 2011, Intel Corporation. All rights reserved.<BR>
6 #
7 # 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 VERSION_STRING = 1.0
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]
33 StatusCodeHandlerSmm.c
34 StatusCodeHandlerSmm.h
35 SerialStatusCodeWorker.c
36 MemoryStatusCodeWorker.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41
42 [LibraryClasses]
43 SerialPortLib
44 SmmServicesTableLib
45 UefiDriverEntryPoint
46 PcdLib
47 PrintLib
48 ReportStatusCodeLib
49 DebugLib
50 SynchronizationLib
51 MemoryAllocationLib
52 BaseMemoryLib
53
54 [Guids]
55 gMemoryStatusCodeRecordGuid ## CONSUMES ## HOB
56 gEfiStatusCodeDataTypeStringGuid ## CONSUMES
57
58 [Protocols]
59 gEfiSmmRscHandlerProtocolGuid ## CONSUMES
60
61 [FeaturePcd]
62 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
63 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
64
65 [Pcd]
66 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize |128| gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
67
68 [Depex]
69 gEfiSmmRscHandlerProtocolGuid