mirror of https://github.com/acidanthera/audk.git
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@2943 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1c740695b5
commit
4d3f3cae57
|
@ -17,7 +17,7 @@
|
||||||
#ifndef __HII_LIB_H__
|
#ifndef __HII_LIB_H__
|
||||||
#define __HII_LIB_H__
|
#define __HII_LIB_H__
|
||||||
|
|
||||||
#include <Protocol/FrameworkHii.h>
|
#include <Protocol/HiiFramework.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
This function allocates pool for an EFI_HII_PACKAGES structure
|
This function allocates pool for an EFI_HII_PACKAGES structure
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
#include <PiDxe.h>
|
#include <PiDxe.h>
|
||||||
|
|
||||||
#include <Protocol/FrameworkHii.h>
|
#include <Protocol/HiiFramework.h>
|
||||||
#include <Protocol/FrameworkFormBrowser.h>
|
#include <Protocol/FrameworkFormBrowser.h>
|
||||||
|
|
||||||
#define EFI_FORM_CALLBACK_PROTOCOL_GUID \
|
#define EFI_FORM_CALLBACK_PROTOCOL_GUID \
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
|
|
||||||
Module Name: FrameworkHii.h
|
Module Name: HiiFramework.h
|
||||||
|
|
||||||
@par Revision Reference:
|
@par Revision Reference:
|
||||||
This protocol is defined in HII spec 0.92.
|
This protocol is defined in HII spec 0.92.
|
|
@ -24,7 +24,7 @@
|
||||||
// The protocols, PPI and GUID defintions for this module
|
// The protocols, PPI and GUID defintions for this module
|
||||||
//
|
//
|
||||||
#include <Guid/GlobalVariable.h>
|
#include <Guid/GlobalVariable.h>
|
||||||
#include <Protocol/FrameworkHii.h>
|
#include <Protocol/HiiFramework.h>
|
||||||
//
|
//
|
||||||
// The Library classes this module consumes
|
// The Library classes this module consumes
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue