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:
@@ -22,6 +22,9 @@ Abstract:
|
||||
#ifndef _BDS_LIB_H_
|
||||
#define _BDS_LIB_H_
|
||||
|
||||
#include <Protocol/SimpleTextOut.h>
|
||||
#include <Protocol/HiiFramework.h>
|
||||
|
||||
extern EFI_HANDLE mBdsImageHandle;
|
||||
|
||||
//
|
||||
@@ -162,7 +165,7 @@ BdsLibGetVariableAndSize (
|
||||
|
||||
EFI_STATUS
|
||||
BdsLibOutputStrings (
|
||||
IN EFI_SIMPLE_TEXT_OUT_PROTOCOL *ConOut,
|
||||
IN EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL_GUID *ConOut,
|
||||
...
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user