]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Universal/StatusCode/Pei/StatusCodePei.inf
Update the copyright notice format
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / StatusCode / Pei / StatusCodePei.inf
... / ...
CommitLineData
1## @file\r
2# Status code PEIM which produces Status Code PPI.\r
3#\r
4# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# This program and the accompanying materials\r
7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = StatusCodePei\r
19 FILE_GUID = 1EC0F53A-FDE0-4576-8F25-7A1A410F58EB\r
20 MODULE_TYPE = PEIM\r
21 VERSION_STRING = 1.0\r
22 ENTRY_POINT = PeiStatusCodeDriverEntry\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\r
28#\r
29\r
30[Sources]\r
31 StatusCodePei.c\r
32 StatusCodePei.h\r
33 MemoryStausCodeWorker.c\r
34 SerialStatusCodeWorker.c\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 PeimEntryPoint\r
45 OemHookStatusCodeLib\r
46 PeiServicesLib\r
47 PcdLib\r
48 HobLib\r
49 SerialPortLib\r
50 ReportStatusCodeLib\r
51 PrintLib\r
52 DebugLib\r
53 BaseLib\r
54\r
55\r
56[Guids]\r
57 gMemoryStatusCodeRecordGuid ## SOMETIMES_CONSUMES ## HOB\r
58\r
59\r
60[Ppis]\r
61 gEfiPeiStatusCodePpiGuid ## PRODUCES\r
62\r
63\r
64[FeaturePcd]\r
65 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdStatusCodeUseOEM\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseMemory\r
67 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeUseSerial\r
68\r
69\r
70[Pcd]\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdStatusCodeMemorySize|1|PcdStatusCodeUseMemory\r
72\r
73[Depex]\r
74 TRUE\r