]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_ST...
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / Pei / StatusCodeHandlerPei.inf
CommitLineData
6bfbb5f0 1## @file\r
3af9b388 2# Report Status Code Handler PEIM which produces general handlers and hook them\r
3# onto the PEI status code router.\r
4#\r
63971079 5# Copyright (c) 2009 - 2011, 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 = StatusCodeHandlerPei\r
20 FILE_GUID = 9D225237-FA01-464C-A949-BAABC02D31D0\r
21 MODULE_TYPE = PEIM\r
63971079 22 VERSION_STRING = 1.0 \r
3af9b388 23 ENTRY_POINT = StatusCodeHandlerPeiEntry\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 IPF EBC (EBC is only for build)\r
29#\r
30\r
6bfbb5f0 31[Sources]\r
3af9b388 32 StatusCodeHandlerPei.c\r
33 StatusCodeHandlerPei.h\r
34 SerialStatusCodeWorker.c\r
35 MemoryStausCodeWorker.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 PeimEntryPoint\r
43 PeiServicesLib\r
44 PcdLib\r
45 HobLib\r
46 SerialPortLib\r
47 ReportStatusCodeLib\r
48 PrintLib\r
49 DebugLib\r
96a25163 50 BaseMemoryLib\r
51 \r
3af9b388 52[Guids]\r
53 gMemoryStatusCodeRecordGuid ## SOMETIMES_CONSUMES ## HOB\r
96a25163 54 gEfiStatusCodeDataTypeStringGuid ## CONSUMES\r
55 \r
3af9b388 56[Ppis]\r
57 gEfiPeiRscHandlerPpiGuid ## CONSUMES\r
58\r
6bfbb5f0 59[FeaturePcd]\r
3af9b388 60 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
62\r
6bfbb5f0 63[Pcd]\r
63971079 64 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
3af9b388 65\r
66[Depex]\r
67 gEfiPeiRscHandlerPpiGuid\r