]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/StatusCode/Pei/PeiStatusCode.msa
1) Check in Pei/Dxe status code;
[mirror_edk2.git] / EdkModulePkg / Universal / StatusCode / Pei / PeiStatusCode.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--Copyright (c) 2006, Intel Corporation
3 All rights reserved. This program and the accompanying materials
4 are licensed and made available under the terms and conditions of the BSD License
5 which accompanies this distribution. The full text of the license may be found at
6 http://opensource.org/licenses/bsd-license.php
7
8 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
9 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
10 <ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
11 <MsaHeader>
12 <ModuleName>PeiStatusCode</ModuleName>
13 <ModuleType>PEIM</ModuleType>
14 <GuidValue>1EC0F53A-FDE0-4576-8F25-7A1A410F58EB</GuidValue>
15 <Version>1.0</Version>
16 <Abstract>Generic Status code Pei driver</Abstract>
17 <Description>Customized output devices based on feature flags.</Description>
18 <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
19 <License>All rights reserved.
20 This software and associated documentation (if any) is furnished
21 under a license and may only be used or copied in accordance
22 with the terms of the license. Except as permitted by such
23 license, no part of this software or documentation may be
24 reproduced, stored in a retrieval system, or transmitted in any
25 form or by any means without the express written consent of
26 Intel Corporation.</License>
27 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
28 </MsaHeader>
29 <ModuleDefinitions>
30 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
31 <BinaryModule>false</BinaryModule>
32 <OutputFileBasename>PeiStatusCode</OutputFileBasename>
33 </ModuleDefinitions>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>BaseLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>BaseMemoryLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>DebugLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>PrintLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>ReportStatusCodeLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>SerialPortLib</Keyword>
52 </LibraryClass>
53 <LibraryClass Usage="ALWAYS_CONSUMED">
54 <Keyword>HobLib</Keyword>
55 </LibraryClass>
56 <LibraryClass Usage="ALWAYS_CONSUMED">
57 <Keyword>PcdLib</Keyword>
58 </LibraryClass>
59 <LibraryClass Usage="ALWAYS_CONSUMED">
60 <Keyword>PeiServicesLib</Keyword>
61 </LibraryClass>
62 <LibraryClass Usage="ALWAYS_CONSUMED">
63 <Keyword>OemHookStatusCodeLib</Keyword>
64 </LibraryClass>
65 </LibraryClassDefinitions>
66 <SourceFiles>
67 <Filename>SerialStatusCodeWorker.c</Filename>
68 <Filename>MemoryStausCodeWorker.c</Filename>
69 <Filename>PeiStatusCode.c</Filename>
70 <Filename>PeiStatusCode.c</Filename>
71 </SourceFiles>
72 <PackageDependencies>
73 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
74 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
75 </PackageDependencies>
76 <PPIs>
77 <Ppi Usage="ALWAYS_CONSUMED">
78 <PpiCName>gEfiPeiStatusCodePpiGuid</PpiCName>
79 </Ppi>
80 </PPIs>
81 <Guids>
82 <GuidCNames Usage="SOMETIMES_CONSUMED">
83 <GuidCName>gMemoryStatusCodeRecordGuid</GuidCName>
84 </GuidCNames>
85 </Guids>
86 <Externs>
87 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
88 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
89 <Extern>
90 <ModuleEntryPoint>PeiStatusCodeDriverEntry</ModuleEntryPoint>
91 </Extern>
92 </Externs>
93 <PcdCoded>
94 <PcdEntry PcdItemType="FEATURE_FLAG">
95 <C_Name>PcdStatusCodeUseSerial</C_Name>
96 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
97 <HelpText/>
98 </PcdEntry>
99 <PcdEntry PcdItemType="FEATURE_FLAG">
100 <C_Name>PcdStatusCodeUseMemory</C_Name>
101 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
102 <HelpText/>
103 </PcdEntry>
104 <PcdEntry PcdItemType="FEATURE_FLAG">
105 <C_Name>PcdStatusCodeUseOEM</C_Name>
106 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
107 <HelpText/>
108 </PcdEntry>
109 <PcdEntry PcdItemType="DYNAMIC">
110 <C_Name>PcdStatusCodeMemorySize</C_Name>
111 <TokenSpaceGuidCName>gEfiGenericPlatformTokenSpaceGuid</TokenSpaceGuidCName>
112 <HelpText/>
113 </PcdEntry>
114 </PcdCoded>
115 </ModuleSurfaceArea>