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

@@ -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,
...
);