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
This commit is contained in:
xgu3
2007-07-05 07:05:28 +00:00
parent 8a7f0c4c6b
commit 95276127e3
63 changed files with 23601 additions and 7 deletions

View File

@@ -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

View File

@@ -56,6 +56,7 @@
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
################################################################################