diff options
Diffstat (limited to 'MdePkg/MdePkg.spd')
-rw-r--r-- | MdePkg/MdePkg.spd | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/MdePkg/MdePkg.spd b/MdePkg/MdePkg.spd index 9fbb8a6ed1..6b432384a1 100644 --- a/MdePkg/MdePkg.spd +++ b/MdePkg/MdePkg.spd @@ -139,6 +139,10 @@ <IncludeHeader>Include/Library/ReportStatusCodeLib.h</IncludeHeader>
</LibraryClassDeclaration>
<LibraryClassDeclaration>
+ <LibraryClass>PostCodeLib</LibraryClass>
+ <IncludeHeader>Include/Library/PostCodeLib.h</IncludeHeader>
+ </LibraryClassDeclaration>
+ <LibraryClassDeclaration>
<LibraryClass>ResourcePublicationLib</LibraryClass>
<IncludeHeader>Include/Library/ResourcePublicationLib.h</IncludeHeader>
</LibraryClassDeclaration>
@@ -226,6 +230,15 @@ <Filename>Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.msa</Filename>
</MsaFile>
<MsaFile>
+ <Filename>Library/BasePostCodeLib80/BasePostCodeLib80.msa</Filename>
+ </MsaFile>
+ <MsaFile>
+ <Filename>Library/BasePostCodeLibDebug/BasePostCodeLibDebug.msa</Filename>
+ </MsaFile>
+ <MsaFile>
+ <Filename>Library/BasePostCodeLibReportStatusCode/BasePostCodeLibReportStatusCode.msa</Filename>
+ </MsaFile>
+ <MsaFile>
<Filename>Library/BaseSmbusLib/BaseSmbusLib.msa</Filename>
</MsaFile>
<MsaFile>
@@ -1227,5 +1240,11 @@ <DatumType>UINT8</DatumType>
<DefaultValue>0x0</DefaultValue>
</PcdEntry>
+ <PcdEntry ItemType="FIXED_AT_BUILD">
+ <C_Name>PcdPostCodePropertyMask</C_Name>
+ <Token>0x0000000b</Token>
+ <DatumType>UINT8</DatumType>
+ <DefaultValue>0</DefaultValue>
+ </PcdEntry>
</PcdDefinitions>
</PackageSurfaceArea>
|