mirror of https://github.com/acidanthera/audk.git
Clean up MSA files
Remove unreferenced PCDs & library instances. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2382 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
fd9c891fa8
commit
7f0bd7967e
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
|
<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<MsaHeader>
|
<MsaHeader>
|
||||||
<ModuleName>BaseDebugLibNull</ModuleName>
|
<ModuleName>BaseDebugLibNull</ModuleName>
|
||||||
<ModuleType>BASE</ModuleType>
|
<ModuleType>BASE</ModuleType>
|
||||||
|
@ -7,7 +7,7 @@
|
||||||
<Version>1.0</Version>
|
<Version>1.0</Version>
|
||||||
<Abstract>Component description file for NULL Debug Library</Abstract>
|
<Abstract>Component description file for NULL Debug Library</Abstract>
|
||||||
<Description>Debug Library with empty functions.</Description>
|
<Description>Debug Library with empty functions.</Description>
|
||||||
<Copyright>Copyright (c) 2006, Intel Corporation.</Copyright>
|
<Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
|
||||||
<License>All rights reserved. This program and the accompanying materials
|
<License>All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -25,18 +25,6 @@
|
||||||
<LibraryClass Usage="ALWAYS_PRODUCED">
|
<LibraryClass Usage="ALWAYS_PRODUCED">
|
||||||
<Keyword>DebugLib</Keyword>
|
<Keyword>DebugLib</Keyword>
|
||||||
</LibraryClass>
|
</LibraryClass>
|
||||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
||||||
<Keyword>PcdLib</Keyword>
|
|
||||||
</LibraryClass>
|
|
||||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
||||||
<Keyword>BaseLib</Keyword>
|
|
||||||
</LibraryClass>
|
|
||||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
||||||
<Keyword>BaseMemoryLib</Keyword>
|
|
||||||
</LibraryClass>
|
|
||||||
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
||||||
<Keyword>PrintLib</Keyword>
|
|
||||||
</LibraryClass>
|
|
||||||
</LibraryClassDefinitions>
|
</LibraryClassDefinitions>
|
||||||
<SourceFiles>
|
<SourceFiles>
|
||||||
<Filename>DebugLib.c</Filename>
|
<Filename>DebugLib.c</Filename>
|
||||||
|
@ -48,25 +36,4 @@
|
||||||
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
||||||
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
|
<Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
|
||||||
</Externs>
|
</Externs>
|
||||||
<PcdCoded>
|
|
||||||
<PcdEntry PcdItemType="FIXED_AT_BUILD">
|
|
||||||
<C_Name>PcdDebugPropertyMask</C_Name>
|
|
||||||
<TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
|
|
||||||
<HelpText>The bitmask of flags that specify the enable/disable of Debug
|
|
||||||
Assert, Debug Print, Debug Code, Clear Memory, Assert
|
|
||||||
Breakpoint and Assert Deadloop.</HelpText>
|
|
||||||
</PcdEntry>
|
|
||||||
<PcdEntry PcdItemType="FIXED_AT_BUILD">
|
|
||||||
<C_Name>PcdDebugClearMemoryValue</C_Name>
|
|
||||||
<TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
|
|
||||||
<HelpText>The value used by DebugClearMemory () to fill a certain range
|
|
||||||
of memory.</HelpText>
|
|
||||||
</PcdEntry>
|
|
||||||
<PcdEntry PcdItemType="DYNAMIC">
|
|
||||||
<C_Name>PcdDebugPrintErrorLevel</C_Name>
|
|
||||||
<TokenSpaceGuidCName>gEfiMdePkgTokenSpaceGuid</TokenSpaceGuidCName>
|
|
||||||
<HelpText>The bitmask of flags that specify the kind of debug message
|
|
||||||
output when Debug Print is enabled.</HelpText>
|
|
||||||
</PcdEntry>
|
|
||||||
</PcdCoded>
|
|
||||||
</ModuleSurfaceArea>
|
</ModuleSurfaceArea>
|
Loading…
Reference in New Issue