]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.msa
24e2a16f63a1d98005abbde50b17a1aea7776599
[mirror_edk2.git] / MdePkg / Library / BaseDebugLibNull / BaseDebugLibNull.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 <LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">
13 <MsaLibHeader>
14 <BaseName>BaseDebugLibNull</BaseName>
15 <ModuleType>BASE</ModuleType>
16 <ComponentType>LIBRARY</ComponentType>
17 <Guid>9ba1d976-0624-41a3-8650-28165e8d9ae8</Guid>
18 <Version>0</Version>
19 <Abstract>NULL Debug Library for UEFI drivers</Abstract>
20 <Description>FIX ME!</Description>
21 <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
22 <License>
23 All rights reserved. This program and the accompanying materials
24 are licensed and made available under the terms and conditions of the BSD License
25 which accompanies this distribution. The full text of the license may be found at
26 http://opensource.org/licenses/bsd-license.php
27 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
28 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
29 </License>
30 <Created>2006-03-09 23:16</Created>
31 <Updated>2006-03-19 15:17</Updated>
32 <Specification>0</Specification>
33 </MsaLibHeader>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_PRODUCED">DebugLib</LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">PcdLib</LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">PrintLib</LibraryClass>
40 </LibraryClassDefinitions>
41 <SourceFiles>
42 <Filename>DebugLib.c</Filename>
43 </SourceFiles>
44 <Includes>
45 <PackageName>MdePkg</PackageName>
46 </Includes>
47 <PCDs>
48 <PcdData ItemType="FIXED_AT_BUILD">
49 <C_Name>PcdDebugPropertyMask</C_Name>
50 <Token>0x00000005</Token>
51 <DatumType>UINT8</DatumType>
52 </PcdData>
53 <PcdData ItemType="FIXED_AT_BUILD">
54 <C_Name>PcdDebugClearMemoryValue</C_Name>
55 <Token>0x00000008</Token>
56 <DatumType>UINT8</DatumType>
57 </PcdData>
58 <PcdData ItemType="PATCHABLE_IN_MODULE">
59 <C_Name>PcdDebugPrintErrorLevel</C_Name>
60 <Token>0x00000006</Token>
61 <DatumType>UINT32</DatumType>
62 </PcdData>
63 </PCDs>
64 </LibraryModuleSurfaceArea>