mirror of https://github.com/acidanthera/audk.git
Adjust gSimpleTextInExNotifyGuid position in INF file.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7296 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
066ec71d89
commit
67252d9f04
|
@ -34,6 +34,7 @@ Abstract:
|
||||||
#include <Protocol/SimpleTextInEx.h>
|
#include <Protocol/SimpleTextInEx.h>
|
||||||
#include <Protocol/DriverBinding.h>
|
#include <Protocol/DriverBinding.h>
|
||||||
#include <Protocol/GraphicsOutput.h>
|
#include <Protocol/GraphicsOutput.h>
|
||||||
|
#include <Protocol/SimpleTextInExNotify.h>
|
||||||
|
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <Library/BaseLib.h>
|
#include <Library/BaseLib.h>
|
||||||
|
@ -171,7 +172,6 @@ extern EFI_DRIVER_BINDING_PROTOCOL gWinNtGopDriverBinding;
|
||||||
extern EFI_COMPONENT_NAME_PROTOCOL gWinNtGopComponentName;
|
extern EFI_COMPONENT_NAME_PROTOCOL gWinNtGopComponentName;
|
||||||
extern EFI_COMPONENT_NAME2_PROTOCOL gWinNtGopComponentName2;
|
extern EFI_COMPONENT_NAME2_PROTOCOL gWinNtGopComponentName2;
|
||||||
|
|
||||||
extern EFI_GUID gSimpleTextInExNotifyGuid;
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Gop Hardware abstraction internal worker functions
|
// Gop Hardware abstraction internal worker functions
|
||||||
|
|
|
@ -63,11 +63,10 @@
|
||||||
[Guids]
|
[Guids]
|
||||||
gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID
|
gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID
|
||||||
gEfiWinNtGopGuid # ALWAYS_CONSUMED
|
gEfiWinNtGopGuid # ALWAYS_CONSUMED
|
||||||
gSimpleTextInExNotifyGuid # ALWAYS_CONSUMED
|
|
||||||
|
|
||||||
[Protocols]
|
[Protocols]
|
||||||
gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
|
gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START
|
||||||
gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
|
gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
|
||||||
gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
|
gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
|
||||||
gEfiWinNtIoProtocolGuid # PROTOCOL TO_START
|
gEfiWinNtIoProtocolGuid # PROTOCOL TO_START
|
||||||
|
gSimpleTextInExNotifyGuid # PROTOCOL ALWAYS_CONSUMED
|
||||||
|
|
Loading…
Reference in New Issue