summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 09:30:55 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 09:30:55 +0000
commit55b4e522d710dfe7e34ddc735cfcbe068c0983d2 (patch)
tree1792627dbcc042b4e4de5cf378550fbf8a184297 /IntelFrameworkModulePkg
parent513f3f444743f9e84f1928765192d67a72afd11c (diff)
downloadedk2-platforms-55b4e522d710dfe7e34ddc735cfcbe068c0983d2.tar.xz
Add missing PcdPciIncompatibleDeviceSupportMask
Add Library instances git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2807 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg')
-rw-r--r--IntelFrameworkModulePkg/IntelFrameworkModulePkg.nspd15
1 files changed, 15 insertions, 0 deletions
diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.nspd b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.nspd
index 079ed72a5d..a4ea735c4a 100644
--- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.nspd
+++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.nspd
@@ -29,6 +29,12 @@
<HelpText>This library includes the PCI incompatible devices list.</HelpText>
</LibraryClass>
</LibraryClassDeclarations>
+ <MsaFiles>
+ <Filename>Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.msa</Filename>
+ <Filename>Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.msa</Filename>
+ <Filename>Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.msa</Filename>
+ <Filename>Bus/Pci/PciBus/Dxe/PciBus.msa</Filename>
+ </MsaFiles>
<GuidDeclarations>
<Entry Name="MemoryStatusCodeRecord" GuidTypeList="HOB">
<C_Name>gMemoryStatusCodeRecordGuid</C_Name>
@@ -223,5 +229,14 @@
<DefaultValue>TRUE</DefaultValue>
<HelpText>If TRUE, the PCI bus driver will support hot plug device. If not hot plug device is supported, this feature flag can be set to FALSE to save size.</HelpText>
</PcdEntry>
+ <PcdEntry>
+ <C_Name>PcdPciIncompatibleDeviceSupportMask</C_Name>
+ <Token>0x0001003f</Token>
+ <TokenSpaceGuidCName>gEfiIntelFrameworkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>
+ <DatumType>UINT8</DatumType>
+ <ValidUsage>FIXED_AT_BUILD</ValidUsage>
+ <DefaultValue>0x0</DefaultValue>
+ <HelpText>The PCD masks for PCI incompatible devices support.</HelpText>
+ </PcdEntry>
</PcdDeclarations>
</PackageSurfaceArea> \ No newline at end of file