]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Adjust gSimpleTextInExNotifyGuid position in INF file.
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 16 Jan 2009 07:37:29 +0000 (07:37 +0000)
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>
Fri, 16 Jan 2009 07:37:29 +0000 (07:37 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7296 6f19259b-4bc3-4df7-8a09-765794883524

Nt32Pkg/WinNtGopDxe/WinNtGop.h
Nt32Pkg/WinNtGopDxe/WinNtGopDxe.inf

index b3cf9d265862db6127d7d91ac147c1dd517c04c4..e83f9ad86a89465aeec73f28880ee99032352da3 100644 (file)
@@ -34,6 +34,7 @@ Abstract:
 #include <Protocol/SimpleTextInEx.h>\r
 #include <Protocol/DriverBinding.h>\r
 #include <Protocol/GraphicsOutput.h>\r
+#include <Protocol/SimpleTextInExNotify.h>\r
 \r
 #include <Library/DebugLib.h>\r
 #include <Library/BaseLib.h>\r
@@ -171,7 +172,6 @@ extern EFI_DRIVER_BINDING_PROTOCOL   gWinNtGopDriverBinding;
 extern EFI_COMPONENT_NAME_PROTOCOL   gWinNtGopComponentName;\r
 extern EFI_COMPONENT_NAME2_PROTOCOL  gWinNtGopComponentName2;\r
 \r
-extern EFI_GUID                      gSimpleTextInExNotifyGuid;\r
 \r
 //\r
 // Gop Hardware abstraction internal worker functions\r
index 2b8e4689dad136a0870d51265b7cab509b773d93..7f8c537b377c33e16daa8c4abee312097e872503 100644 (file)
 [Guids]\r
   gEfiEventExitBootServicesGuid                 # SOMETIMES_CONSUMED  Create Event: EVENT_GROUP_GUID\r
   gEfiWinNtGopGuid                              # ALWAYS_CONSUMED\r
-  gSimpleTextInExNotifyGuid                     # ALWAYS_CONSUMED\r
 \r
 [Protocols]\r
   gEfiGraphicsOutputProtocolGuid                # PROTOCOL BY_START\r
   gEfiSimpleTextInProtocolGuid                  # PROTOCOL BY_START\r
   gEfiSimpleTextInputExProtocolGuid             # PROTOCOL BY_START\r
   gEfiWinNtIoProtocolGuid                       # PROTOCOL TO_START\r
-\r
+  gSimpleTextInExNotifyGuid                     # PROTOCOL ALWAYS_CONSUMED\r