diff options
author | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-27 16:55:19 +0000 |
---|---|---|
committer | AJFISH <AJFISH@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-27 16:55:19 +0000 |
commit | d0dc913e4195d22f49ab548ff850e60e4860a0c1 (patch) | |
tree | 33770fa6b5d047ce618d8cb307beb10ccef3a679 /Nt32Pkg/Sec/SecMain.h | |
parent | 501c21756be902427625125368182204b93bf7fb (diff) | |
download | edk2-platforms-d0dc913e4195d22f49ab548ff850e60e4860a0c1.tar.xz |
Removed IntelFrameworkPkg references from SEC
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3489 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Sec/SecMain.h')
-rw-r--r-- | Nt32Pkg/Sec/SecMain.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Nt32Pkg/Sec/SecMain.h b/Nt32Pkg/Sec/SecMain.h index 7862dcd7eb..e210a719f2 100644 --- a/Nt32Pkg/Sec/SecMain.h +++ b/Nt32Pkg/Sec/SecMain.h @@ -21,7 +21,7 @@ Abstract: #include <stdio.h>
#include <Base.h>
#include <PiPei.h>
-#include <FrameworkPei.h>
+#include <PiDxe.h>
#include <WinNtPeim.h>
#include <Library/BaseLib.h>
#include <Library/PeCoffLib.h>
@@ -35,6 +35,10 @@ Abstract: #include <Library/DebugLib.h>
#include <Library/PrintLib.h>
#include <Library/BaseMemoryLib.h>
+#include <Library/ReportStatusCodeLib.h>
+
+#include <IndustryStandard/PeImage.h>
+
#define STACK_SIZE 0x20000
|