]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
Libraries and utilities for instrumenting regions of code and measuring their perform...
[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
6bfbb5f0 5# Copyright (c) 2009 - 2010, Intel Corporation.\r
3af9b388 6#\r
7# All rights reserved. This program and the accompanying materials\r
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
22 ENTRY_POINT = StatusCodeHandlerPeiEntry\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is only for build)\r
28#\r
29\r
6bfbb5f0 30[Sources]\r
3af9b388 31 StatusCodeHandlerPei.c\r
32 StatusCodeHandlerPei.h\r
33 SerialStatusCodeWorker.c\r
34 MemoryStausCodeWorker.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39\r
40[LibraryClasses]\r
41 PeimEntryPoint\r
42 PeiServicesLib\r
43 PcdLib\r
44 HobLib\r
45 SerialPortLib\r
46 ReportStatusCodeLib\r
47 PrintLib\r
48 DebugLib\r
49\r
50[Guids]\r
51 gMemoryStatusCodeRecordGuid ## SOMETIMES_CONSUMES ## HOB\r
52\r
53[Ppis]\r
54 gEfiPeiRscHandlerPpiGuid ## CONSUMES\r
55\r
6bfbb5f0 56[FeaturePcd]\r
3af9b388 57 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
59\r
6bfbb5f0 60[Pcd]\r
3af9b388 61 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory\r
62\r
63[Depex]\r
64 gEfiPeiRscHandlerPpiGuid\r