]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
Enhance inf and dec file to follow specs.
[mirror_edk2.git] / MdeModulePkg / Universal / StatusCodeHandler / Pei / StatusCodeHandlerPei.inf
1 ## @file
2 # Report Status Code Handler PEIM which produces general handlers and hook them
3 # onto the PEI 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 = StatusCodeHandlerPei
20 FILE_GUID = 9D225237-FA01-464C-A949-BAABC02D31D0
21 MODULE_TYPE = PEIM
22 VERSION_STRING = 1.0
23 ENTRY_POINT = StatusCodeHandlerPeiEntry
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is only for build)
29 #
30
31 [Sources]
32 StatusCodeHandlerPei.c
33 StatusCodeHandlerPei.h
34 SerialStatusCodeWorker.c
35 MemoryStausCodeWorker.c
36
37 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 PeimEntryPoint
43 PeiServicesLib
44 PcdLib
45 HobLib
46 SerialPortLib
47 ReportStatusCodeLib
48 PrintLib
49 DebugLib
50 BaseMemoryLib
51
52 [Guids]
53 gMemoryStatusCodeRecordGuid ## SOMETIMES_CONSUMES ## HOB
54 gEfiStatusCodeDataTypeStringGuid ## CONSUMES
55
56 [Ppis]
57 gEfiPeiRscHandlerPpiGuid ## CONSUMES
58
59 [FeaturePcd]
60 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
61 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
62
63 [Pcd]
64 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
65
66 [Depex]
67 gEfiPeiRscHandlerPpiGuid