summaryrefslogtreecommitdiffstats
path: root/EmulatorPkg/CpuRuntimeDxe/CpuIo.c
diff options
context:
space:
mode:
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2012-01-24 08:39:11 +0000
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>2012-01-24 08:39:11 +0000
commita0af6b27288fb1797e618d45ba3b4d6a9c742944 (patch)
tree7c3b3f1b2caedaa0b9eca520fef8bd703e916efb /EmulatorPkg/CpuRuntimeDxe/CpuIo.c
parent28d903168c23c808e069546b12a14e2e112a72cd (diff)
downloadedk2-a0af6b27288fb1797e618d45ba3b4d6a9c742944.tar.gz
edk2-a0af6b27288fb1797e618d45ba3b4d6a9c742944.tar.bz2
edk2-a0af6b27288fb1797e618d45ba3b4d6a9c742944.zip
Remove Framework concepts and fully port to PI. Remove the use of Hii for hard coded strings.
Note: The LogSmbiosData() function should probably be an MdeModulePkg library function. signed-off-by: andrewfish git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12954 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EmulatorPkg/CpuRuntimeDxe/CpuIo.c')
-rw-r--r--EmulatorPkg/CpuRuntimeDxe/CpuIo.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/EmulatorPkg/CpuRuntimeDxe/CpuIo.c b/EmulatorPkg/CpuRuntimeDxe/CpuIo.c
index a8c10ba555..3d4309d422 100644
--- a/EmulatorPkg/CpuRuntimeDxe/CpuIo.c
+++ b/EmulatorPkg/CpuRuntimeDxe/CpuIo.c
@@ -18,12 +18,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
-#include <FrameworkDxe.h>
+#include <PiDxe.h>
#include <Protocol/Cpu.h>
-#include <Protocol/DataHub.h>
-#include <Guid/DataHubRecords.h>
#include <Protocol/CpuIo2.h>
-#include <Protocol/FrameworkHii.h>
#include <Library/BaseLib.h>
#include <Library/DebugLib.h>