diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-12 15:11:33 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-06-12 15:11:33 +0000 |
commit | 95945c7635df90c9d95ac93aa1f9bf725fd24ab6 (patch) | |
tree | e57604a56e236df46bb4a127e9a3b26831d7d120 /MdePkg/Library/UefiDebugLibConOut | |
parent | 0fd9e1370fe90fe779fa19cb087374a315814c05 (diff) | |
download | edk2-platforms-95945c7635df90c9d95ac93aa1f9bf725fd24ab6.tar.xz |
Transfer old <PCDs> in MSA to <PcdCoded>:
1) Add <PcdCoded> definition for library module SA in transition schema.
2) Add <PcdCoded> in all MSA instead of original <PCDs>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@484 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiDebugLibConOut')
-rw-r--r-- | MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa index 1f396a489c..3ca7310e39 100644 --- a/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa +++ b/MdePkg/Library/UefiDebugLibConOut/UefiDebugLibConOut.msa @@ -45,21 +45,15 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. <Includes>
<PackageName>MdePkg</PackageName>
</Includes>
- <PCDs>
- <PcdData ItemType="FIXED_AT_BUILD">
+ <PcdCoded>
+ <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugPropertyMask</C_Name>
- <Token>0x00000005</Token>
- <DatumType>UINT8</DatumType>
- </PcdData>
- <PcdData ItemType="FIXED_AT_BUILD">
+ </PcdEntry>
+ <PcdEntry PcdItemType="FIXED_AT_BUILD">
<C_Name>PcdDebugClearMemoryValue</C_Name>
- <Token>0x00000008</Token>
- <DatumType>UINT8</DatumType>
- </PcdData>
- <PcdData ItemType="PATCHABLE_IN_MODULE">
+ </PcdEntry>
+ <PcdEntry PcdItemType="PATCHABLE_IN_MODULE">
<C_Name>PcdDebugPrintErrorLevel</C_Name>
- <Token>0x00000006</Token>
- <DatumType>UINT32</DatumType>
- </PcdData>
- </PCDs>
+ </PcdEntry>
+ </PcdCoded>
</LibraryModuleSurfaceArea>
|