diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 21:03:06 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-06-29 21:03:06 +0000 |
commit | 0dea993c5a0624306c2d8257567be7f0179924ad (patch) | |
tree | 13f0464f4ff2bf512cf79a972d8dbb8272abdaa8 /IntelFrameworkModulePkg/Bus | |
parent | 7f1c3191e619f2d026136b75028855a1fd88bcd4 (diff) | |
download | edk2-platforms-0dea993c5a0624306c2d8257567be7f0179924ad.tar.xz |
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2920 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf | 12 | ||||
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf | 3 |
2 files changed, 0 insertions, 15 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf b/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf index ecbb1623fd..d331321ea0 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/IdeBus/Dxe/idebus.inf @@ -64,18 +64,6 @@ ################################################################################
#
-# Includes Section - list of Include locations that are required for
-# this module.
-#
-################################################################################
-
-[Includes]
- $(WORKSPACE)/MdePkg/Include
- $(WORKSPACE)/MdeModulePkg/Include
- $(WORKSPACE)/IntelFrameworkPkg/Include
-
-################################################################################
-#
# Package Dependency Section - list of Package files that are required for
# this module.
#
diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf b/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf index db1ea24356..a5e7b8a168 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBus/Dxe/PciBus.inf @@ -77,9 +77,6 @@ PciIo.h
pcibus.h
-[Includes]
- IntelFrameworkModulePkg/Include
-
################################################################################
#
# Package Dependency Section - list of Package files that are required for
|