]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa
b85d4d5b4eca29ca9313d4d2c71b738411ae16d1
[mirror_edk2.git] / MdePkg / Library / UefiDebugLibConOut / UefiDebugLibConOut.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>UefiDebugLibConOut</ModuleName>
15 <ModuleType>UEFI_DRIVER</ModuleType>
16 <GuidValue>5cddfaf3-e9a7-4d16-bdce-1e002df475bb</GuidValue>
17 <Version>1.0</Version>
18 <Abstract>Debug Library for UEFI drivers</Abstract>
19 <Description>Library to abstract Framework extensions that conflict with UEFI 2.0 Specification</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>UefiDebugLibConOut</OutputFileBasename>
33 </ModuleDefinitions>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_PRODUCED">
36 <Keyword>DebugLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>UefiBootServicesTableLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>PrintLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>PcdLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>BaseLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>BaseMemoryLib</Keyword>
52 </LibraryClass>
53 </LibraryClassDefinitions>
54 <SourceFiles>
55 <Filename>DebugLib.c</Filename>
56 </SourceFiles>
57 <PackageDependencies>
58 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
59 </PackageDependencies>
60 <Externs>
61 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
62 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
63 </Externs>
64 <PcdCoded>
65 <PcdEntry PcdItemType="FIXED_AT_BUILD">
66 <C_Name>PcdDebugPropertyMask</C_Name>
67 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
68 <HelpText>The bitmask of flags that specify the enable/disable of Debug
69 Assert, Debug Print, Debug Code, Clear Memory, Assert
70 Breakpoint and Assert Deadloop.</HelpText>
71 </PcdEntry>
72 <PcdEntry PcdItemType="FIXED_AT_BUILD">
73 <C_Name>PcdDebugClearMemoryValue</C_Name>
74 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
75 <HelpText>The value used by DebugClearMemory () to fill a certain range
76 of memory.</HelpText>
77 </PcdEntry>
78 <PcdEntry PcdItemType="PATCHABLE_IN_MODULE">
79 <C_Name>PcdDebugPrintErrorLevel</C_Name>
80 <TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
81 <HelpText>The bitmask of flags that specify the kind of debug message
82 output when Debug Print is enabled.</HelpText>
83 </PcdEntry>
84 </PcdCoded>
85 </ModuleSurfaceArea>