diff options
author | xgu3 <xgu3@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-05 07:05:28 +0000 |
---|---|---|
committer | xgu3 <xgu3@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-05 07:05:28 +0000 |
commit | 95276127e373f2e2fb2a208ff77267422a197d9f (patch) | |
tree | 44e70c799deb743571f752bf72b0b69078e27457 /Nt32Pkg/Library | |
parent | 8a7f0c4c6b814fe50a18ed0c96e3d871e98bd224 (diff) | |
download | edk2-platforms-95276127e373f2e2fb2a208ff77267422a197d9f.tar.xz |
Check in following modules,
DxeIpl
ConPlatform
ConSplitter
GraphicsConsole
Terminal
DevicePath
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3069 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/Library')
-rw-r--r-- | Nt32Pkg/Library/Nt32PeCoffLoaderLib/CommonHeader.h | 5 | ||||
-rw-r--r-- | Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Nt32Pkg/Library/Nt32PeCoffLoaderLib/CommonHeader.h b/Nt32Pkg/Library/Nt32PeCoffLoaderLib/CommonHeader.h index 28a2f5d8bc..98046089bf 100644 --- a/Nt32Pkg/Library/Nt32PeCoffLoaderLib/CommonHeader.h +++ b/Nt32Pkg/Library/Nt32PeCoffLoaderLib/CommonHeader.h @@ -19,8 +19,7 @@ //
// The package level header files this module uses
//
-#include <Peim.h>
-#include <EdkPeim.h>
+#include <PiPei.h>
//
// The protocols, PPI and GUID defintions for this module
//
@@ -28,6 +27,6 @@ //
// The Library classes this module consumes
//
-#include <Library/EdkPeCoffLoaderLib.h>
+#include <Library/PeCoffLoaderLib.h>
#endif
diff --git a/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf b/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf index 8141c1450d..a24b544d23 100644 --- a/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf +++ b/Nt32Pkg/Library/Nt32PeCoffLoaderLib/Nt32PeCoffLoaderLib.inf @@ -56,6 +56,7 @@ [Packages]
MdePkg/MdePkg.dec
+ MdeModulePkg/MdeModulePkg.dec
################################################################################
|