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