Rename Protocol/FrameworkHii.h to Protocol/HiiFramework.h to follow the naming convention.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2941 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2007-07-02 08:18:26 +00:00
parent b5b81475b2
commit af162ac5f9
5 changed files with 8 additions and 7 deletions

View File

@ -26,7 +26,7 @@
// //
#include <Protocol/Cpu.h> #include <Protocol/Cpu.h>
#include <Protocol/DataHub.h> #include <Protocol/DataHub.h>
#include <Protocol/FrameworkHii.h> #include <Protocol/HiiFramework.h>
#include <Common/DataHubRecords.h> #include <Common/DataHubRecords.h>
#include <Guid/DataHubRecords.h> #include <Guid/DataHubRecords.h>
#include <Protocol/CpuIo.h> #include <Protocol/CpuIo.h>

View File

@ -22,6 +22,9 @@ Abstract:
#ifndef _BDS_LIB_H_ #ifndef _BDS_LIB_H_
#define _BDS_LIB_H_ #define _BDS_LIB_H_
#include <Protocol/SimpleTextOut.h>
#include <Protocol/HiiFramework.h>
extern EFI_HANDLE mBdsImageHandle; extern EFI_HANDLE mBdsImageHandle;
// //
@ -162,7 +165,7 @@ BdsLibGetVariableAndSize (
EFI_STATUS EFI_STATUS
BdsLibOutputStrings ( BdsLibOutputStrings (
IN EFI_SIMPLE_TEXT_OUT_PROTOCOL *ConOut, IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL_GUID *ConOut,
... ...
); );

View File

@ -19,8 +19,7 @@
// //
// The package level header files this module uses // The package level header files this module uses
// //
#include <Dxe.h> #include <PiDxe.h>
#include <EdkDxe.h>
#include <WinNtDxe.h> #include <WinNtDxe.h>
// //
// The protocols, PPI and GUID defintions for this module // The protocols, PPI and GUID defintions for this module

View File

@ -65,6 +65,8 @@
[Packages] [Packages]
MdePkg/MdePkg.dec MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
IntelFrameworkPkg/IntelFrameworkPkg.dec
Nt32Pkg/Nt32Pkg.dec Nt32Pkg/Nt32Pkg.dec

View File

@ -19,10 +19,7 @@
// //
// The package level header files this module uses // The package level header files this module uses
// //
#include <Dxe.h>
#include <PiDxe.h> #include <PiDxe.h>
#include <EdkDxe.h>
#include <WinNtDxe.h>
// //
// The protocols, PPI and GUID defintions for this module // The protocols, PPI and GUID defintions for this module
// //