]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/PeiDxeDebugLibReportStatusCode/PeiDxeDebugLibReportStatusCode.msa
9b9c59ccc7b64bc5dd0982790f254dcb8ca124ce
[mirror_edk2.git] / MdePkg / Library / PeiDxeDebugLibReportStatusCode / PeiDxeDebugLibReportStatusCode.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 -->
12 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
13 <MsaHeader>
14 <ModuleName>PeiDxeDebugLibReportStatusCode</ModuleName>
15 <ModuleType>PEIM</ModuleType>
16 <GuidValue>bda39d3a-451b-4350-8266-81ab10fa0523</GuidValue>
17 <Version>1.0</Version>
18 <Abstract>Debug Library based on report status code library</Abstract>
19 <Description>Debug Library for PEIMs and DXE drivers that send debug messages to ReportStatusCode</Description>
20 <Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
21 <License>All rights reserved. This program and the accompanying materials
22 are licensed and made available under the terms and conditions of the BSD License
23 which accompanies this distribution. The full text of the license may be found at
24 http://opensource.org/licenses/bsd-license.php
25 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
26 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</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>PeiDxeDebugLibReportStatusCode</OutputFileBasename>
33 </ModuleDefinitions>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_PRODUCED">
36 <Keyword>DebugLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>BaseLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>BaseMemoryLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>ReportStatusCodeLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>PcdLib</Keyword>
49 </LibraryClass>
50 </LibraryClassDefinitions>
51 <SourceFiles>
52 <Filename>DebugLib.c</Filename>
53 </SourceFiles>
54 <PackageDependencies>
55 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
56 </PackageDependencies>
57 <Guids>
58 <GuidCNames Usage="ALWAYS_CONSUMED">
59 <GuidCName>gEfiStatusCodeDataTypeDebugGuid</GuidCName>
60 </GuidCNames>
61 </Guids>
62 <Externs>
63 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
64 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
65 </Externs>
66 <PcdCoded>
67 <PcdEntry PcdItemType="FIXED_AT_BUILD">
68 <C_Name>PcdDebugPropertyMask</C_Name>
69 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
70 <HelpText>The bitmask of flags that specify the enable/disable of Debug
71 Assert, Debug Print, Debug Code, Clear Memory, Assert
72 Breakpoint and Assert Deadloop.</HelpText>
73 </PcdEntry>
74 <PcdEntry PcdItemType="FIXED_AT_BUILD">
75 <C_Name>PcdDebugClearMemoryValue</C_Name>
76 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
77 <HelpText>The value used by DebugClearMemory () to fill a certain range
78 of memory.</HelpText>
79 </PcdEntry>
80 <PcdEntry PcdItemType="DYNAMIC">
81 <C_Name>PcdDebugPrintErrorLevel</C_Name>
82 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
83 <HelpText>The bitmask of flags that specify the kind of debug message
84 output when Debug Print is enabled.</HelpText>
85 </PcdEntry>
86 </PcdCoded>
87 </ModuleSurfaceArea>