]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Add missing PcdPciIncompatibleDeviceSupportMask
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Jun 2007 09:30:55 +0000 (09:30 +0000)
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 27 Jun 2007 09:30:55 +0000 (09:30 +0000)
Add Library instances

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2807 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/IntelFrameworkModulePkg.nspd

index 079ed72a5dfc8b6a6bc93552e23709837887ddd1..a4ea735c4a63cb13ca909cfac2995398bc9e89aa 100644 (file)
       <HelpText>This library includes the PCI incompatible devices list.</HelpText>\r
     </LibraryClass>\r
   </LibraryClassDeclarations>\r
       <HelpText>This library includes the PCI incompatible devices list.</HelpText>\r
     </LibraryClass>\r
   </LibraryClassDeclarations>\r
+  <MsaFiles>\r
+    <Filename>Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.msa</Filename>\r
+    <Filename>Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.msa</Filename>\r
+    <Filename>Library/PciIncompatibleDeviceSupportLib/PciIncompatibleDeviceSupportLib.msa</Filename>\r
+    <Filename>Bus/Pci/PciBus/Dxe/PciBus.msa</Filename>\r
+  </MsaFiles>\r
   <GuidDeclarations>\r
     <Entry Name="MemoryStatusCodeRecord" GuidTypeList="HOB">\r
       <C_Name>gMemoryStatusCodeRecordGuid</C_Name>\r
   <GuidDeclarations>\r
     <Entry Name="MemoryStatusCodeRecord" GuidTypeList="HOB">\r
       <C_Name>gMemoryStatusCodeRecordGuid</C_Name>\r
       <DefaultValue>TRUE</DefaultValue>\r
       <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>\r
     </PcdEntry>\r
       <DefaultValue>TRUE</DefaultValue>\r
       <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>\r
     </PcdEntry>\r
+    <PcdEntry>\r
+      <C_Name>PcdPciIncompatibleDeviceSupportMask</C_Name>\r
+      <Token>0x0001003f</Token>\r
+      <TokenSpaceGuidCName>gEfiIntelFrameworkModulePkgTokenSpaceGuid</TokenSpaceGuidCName>\r
+      <DatumType>UINT8</DatumType>\r
+      <ValidUsage>FIXED_AT_BUILD</ValidUsage>\r
+      <DefaultValue>0x0</DefaultValue>\r
+      <HelpText>The PCD masks for PCI incompatible devices support.</HelpText>\r
+    </PcdEntry>\r
   </PcdDeclarations>\r
 </PackageSurfaceArea>
\ No newline at end of file
   </PcdDeclarations>\r
 </PackageSurfaceArea>
\ No newline at end of file