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@7295 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8d4cd91527
commit
066ec71d89
|
@ -23,6 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
#include <Protocol/IsaIo.h>
|
||||
#include <Protocol/DevicePath.h>
|
||||
#include <Protocol/Ps2Policy.h>
|
||||
#include <Protocol/SimpleTextInExNotify.h>
|
||||
|
||||
#include <Library/UefiDriverEntryPoint.h>
|
||||
#include <Library/UefiLib.h>
|
||||
|
@ -126,7 +127,6 @@ extern EFI_DRIVER_BINDING_PROTOCOL gKeyboardControllerDriver;
|
|||
extern EFI_COMPONENT_NAME_PROTOCOL gPs2KeyboardComponentName;
|
||||
extern EFI_COMPONENT_NAME2_PROTOCOL gPs2KeyboardComponentName2;
|
||||
|
||||
extern EFI_GUID gSimpleTextInExNotifyGuid;
|
||||
|
||||
//
|
||||
// Driver entry point
|
||||
|
|
|
@ -60,8 +60,7 @@
|
|||
gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
|
||||
gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
|
||||
|
||||
[Guids]
|
||||
gSimpleTextInExNotifyGuid # SOMETIMES_CONSUMED
|
||||
gSimpleTextInExNotifyGuid # PROTOCOL SOMETIMES_CONSUMED
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue