The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend on PI spec should include Uefi.h not PiDxe.h.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5758 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4
2008-08-30 14:09:38 +00:00
parent ed300ce2a6
commit 60c93673b3
63 changed files with 89 additions and 128 deletions

View File

@@ -22,7 +22,7 @@ Abstract:
#ifndef _NT_THUNK_METRONOME_H_
#define _NT_THUNK_METRONOME_H_
#include <PiDxe.h>
#include <Uefi.h>
#include <WinNtDxe.h>
#include <Protocol/Metronome.h>
#include <Library/BaseLib.h>

View File

@@ -19,7 +19,7 @@ Abstract:
**/
#include <PiDxe.h>
#include <Uefi.h>
#include <WinNtDxe.h>
#include <Protocol/RealTimeClock.h>
#include <Library/DebugLib.h>

View File

@@ -19,7 +19,7 @@ Abstract:
**/
#include <PiDxe.h>
#include <Uefi.h>
#include <WinNtDxe.h>
#include <Protocol/Reset.h>
#include <Library/DebugLib.h>

View File

@@ -20,7 +20,7 @@ Abstract:
#ifndef _SNP_NT32_H_
#define _SNP_NT32_H_
#include <PiDxe.h>
#include <Uefi.h>
#include <Protocol/SimpleNetwork.h>
#include <Protocol/DevicePath.h>

View File

@@ -25,7 +25,7 @@ Abstract:
#define _TIMER_H_
#include <PiDxe.h>
#include <Uefi.h>
#include <WinNtDxe.h>
#include <Protocol/Timer.h>
#include <Protocol/Cpu.h>

View File

@@ -29,7 +29,7 @@ Abstract:
//
// The package level header files this module uses
//
#include <PiDxe.h>
#include <Uefi.h>
#include <WinNtDxe.h>
//
// The protocols, PPI and GUID defintions for this module