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
This commit is contained in:
klu2
2006-06-12 15:11:33 +00:00
parent 0fd9e1370f
commit 95945c7635
26 changed files with 177 additions and 302 deletions

View File

@ -54,16 +54,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<Constructor>DebugLibConstructor</Constructor>
</Extern>
</Externs>
<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="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>