From 67252d9f0487160a91d43ccc739d13d59f58a0ae Mon Sep 17 00:00:00 2001 From: gikidy Date: Fri, 16 Jan 2009 07:37:29 +0000 Subject: [PATCH] Adjust gSimpleTextInExNotifyGuid position in INF file. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7296 6f19259b-4bc3-4df7-8a09-765794883524 --- Nt32Pkg/WinNtGopDxe/WinNtGop.h | 2 +- Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGop.h b/Nt32Pkg/WinNtGopDxe/WinNtGop.h index b3cf9d2658..e83f9ad86a 100644 --- a/Nt32Pkg/WinNtGopDxe/WinNtGop.h +++ b/Nt32Pkg/WinNtGopDxe/WinNtGop.h @@ -34,6 +34,7 @@ Abstract: #include #include #include +#include #include #include @@ -171,7 +172,6 @@ extern EFI_DRIVER_BINDING_PROTOCOL gWinNtGopDriverBinding; extern EFI_COMPONENT_NAME_PROTOCOL gWinNtGopComponentName; extern EFI_COMPONENT_NAME2_PROTOCOL gWinNtGopComponentName2; -extern EFI_GUID gSimpleTextInExNotifyGuid; // // Gop Hardware abstraction internal worker functions diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf b/Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf index 2b8e4689da..7f8c537b37 100644 --- a/Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf +++ b/Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf @@ -63,11 +63,10 @@ [Guids] gEfiEventExitBootServicesGuid # SOMETIMES_CONSUMED Create Event: EVENT_GROUP_GUID gEfiWinNtGopGuid # ALWAYS_CONSUMED - gSimpleTextInExNotifyGuid # ALWAYS_CONSUMED [Protocols] gEfiGraphicsOutputProtocolGuid # PROTOCOL BY_START gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START gEfiWinNtIoProtocolGuid # PROTOCOL TO_START - + gSimpleTextInExNotifyGuid # PROTOCOL ALWAYS_CONSUMED -- 2.39.2