diff options
Diffstat (limited to 'MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa')
-rw-r--r-- | MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa b/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa index 0fdf59ac71..77820166a1 100644 --- a/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa +++ b/MdePkg/Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa @@ -42,11 +42,9 @@ 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>PcdPostCodePropertyMask</C_Name>
- <Token>0x0000000b</Token>
- <DatumType>UINT8</DatumType>
- </PcdData>
- </PCDs>
+ </PcdEntry>
+ </PcdCoded>
</LibraryModuleSurfaceArea>
|