summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-07 04:00:44 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-07 04:00:44 +0000
commit9eb130ff8cd00411d5b84a7950bf03fa93ed267c (patch)
tree12820a3b135f6bb70c4a26595c78bc41813057f7 /IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
parent7bfed576b0f351ac62c280f0f040060d14788dc3 (diff)
downloadedk2-9eb130ff8cd00411d5b84a7950bf03fa93ed267c.zip
edk2-9eb130ff8cd00411d5b84a7950bf03fa93ed267c.tar.gz
edk2-9eb130ff8cd00411d5b84a7950bf03fa93ed267c.tar.bz2
Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8773 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec')
-rw-r--r--IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec8
1 files changed, 0 insertions, 8 deletions
diff --git a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
index 5e48c8d..da44590 100644
--- a/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
+++ b/IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
@@ -24,9 +24,6 @@
Include # Root include for the package
[LibraryClasses.common]
- ## @libraryclass This libary is used to support the incompatible PCI devices.
- PciIncompatibleDeviceSupportLib|Include/Library/PciIncompatibleDeviceSupportLib.h
-
## @libraryclass OEM status code libary is used to report status code to OEM device.
OemHookStatusCodeLib|Include/Library/OemHookStatusCodeLib.h
@@ -139,11 +136,6 @@
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusOnlySupportSlaveDma|FALSE|BOOLEAN|0x00010041
gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdIsaBusSupportIsaMemory|TRUE|BOOLEAN|0x00010042
-[PcdsFixedAtBuild]
- ## PCD marks PCI support incompatible operations: AcpiResource, Read, Write, RegisterUpdate, AccessWidth.
- # BIT0:AcpiResource, BIT1:Read, BIT2:Write, BIT3:RegisterUpdate, BIT4:AccessWidth
- gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPciIncompatibleDeviceSupportMask|0|UINT8|0x0001003f
-
[PcdsFixedAtBuild,PcdsPatchableInModule,PcdsDynamic]
## PcdStatusCodeMemorySize is used when PcdStatusCodeUseMemory is set to true
# (PcdStatusCodeMemorySize * KBytes) is the total taken memory size.