]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.inf
Update the copyright notice format
[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 - 2010, 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 ENTRY_POINT = StatusCodeHandlerPeiEntry
23
24 #
25 # The following information is for reference only and not required by the build tools.
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is only for build)
28 #
29
30 [Sources]
31 StatusCodeHandlerPei.c
32 StatusCodeHandlerPei.h
33 SerialStatusCodeWorker.c
34 MemoryStausCodeWorker.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39
40 [LibraryClasses]
41 PeimEntryPoint
42 PeiServicesLib
43 PcdLib
44 HobLib
45 SerialPortLib
46 ReportStatusCodeLib
47 PrintLib
48 DebugLib
49
50 [Guids]
51 gMemoryStatusCodeRecordGuid ## SOMETIMES_CONSUMES ## HOB
52
53 [Ppis]
54 gEfiPeiRscHandlerPpiGuid ## CONSUMES
55
56 [FeaturePcd]
57 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory
58 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial
59
60 [Pcd]
61 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory
62
63 [Depex]
64 gEfiPeiRscHandlerPpiGuid