summaryrefslogtreecommitdiffstats
path: root/DuetPkg/PciBusNoEnumerationDxe
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-05 21:32:38 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-05 21:32:38 +0000
commitdf93b0ff9ae1f4cdd9e7808ea9fcc9fc23d0874b (patch)
tree9c0275886e6afb4556232a91a4b7b7736a82e914 /DuetPkg/PciBusNoEnumerationDxe
parent0170af58e038038d4bbe6c9b9b5436f5456dafaf (diff)
downloadedk2-df93b0ff9ae1f4cdd9e7808ea9fcc9fc23d0874b.tar.gz
edk2-df93b0ff9ae1f4cdd9e7808ea9fcc9fc23d0874b.tar.bz2
edk2-df93b0ff9ae1f4cdd9e7808ea9fcc9fc23d0874b.zip
Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8483 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/PciBusNoEnumerationDxe')
-rw-r--r--DuetPkg/PciBusNoEnumerationDxe/PciBus.h2
-rw-r--r--DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf3
2 files changed, 2 insertions, 3 deletions
diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciBus.h b/DuetPkg/PciBusNoEnumerationDxe/PciBus.h
index e83f32d7bf..168108928f 100644
--- a/DuetPkg/PciBusNoEnumerationDxe/PciBus.h
+++ b/DuetPkg/PciBusNoEnumerationDxe/PciBus.h
@@ -24,7 +24,7 @@ Revision History
#ifndef _EFI_PCI_BUS_H
#define _EFI_PCI_BUS_H
-#include <FrameworkDxe.h>
+#include <PiDxe.h>
#include <Protocol/PciIo.h>
#include <Protocol/PciRootBridgeIo.h>
diff --git a/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf b/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
index 5ad324d3e3..0b7827aa83 100644
--- a/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
+++ b/DuetPkg/PciBusNoEnumerationDxe/PciBusNoEnumeration.inf
@@ -27,8 +27,7 @@
[Packages]
MdePkg/MdePkg.dec
- IntelFrameworkPkg/IntelFrameworkPkg.dec
- IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
+ DuetPkg/DuetPkg.dec
[LibraryClasses]
DebugLib