mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
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:
parent
b5b81475b2
commit
af162ac5f9
@ -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>
|
||||||
|
@ -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,
|
||||||
...
|
...
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
@ -65,6 +65,8 @@
|
|||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
MdeModulePkg/MdeModulePkg.dec
|
||||||
|
IntelFrameworkPkg/IntelFrameworkPkg.dec
|
||||||
Nt32Pkg/Nt32Pkg.dec
|
Nt32Pkg/Nt32Pkg.dec
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
//
|
//
|
||||||
|
Loading…
x
Reference in New Issue
Block a user