From 05b1c4143ce224d45e1ac059e3f1cb81a69d2043 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Mon, 9 Feb 2009 06:11:51 +0000 Subject: [PATCH] update meta. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7482 6f19259b-4bc3-4df7-8a09-765794883524 --- .../Console/ConSplitterDxe/ConSplitterDxe.inf | 8 +++++++ .../Console/TerminalDxe/TerminalConIn.c | 2 +- .../Console/TerminalDxe/TerminalDxe.inf | 21 ++++++++++++------- 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf b/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf index 1f31796cb3..b4248fe27f 100644 --- a/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf +++ b/MdeModulePkg/Universal/Console/ConSplitterDxe/ConSplitterDxe.inf @@ -95,3 +95,11 @@ gEfiMdeModulePkgTokenSpaceGuid.PcdConOutGopSupport gEfiMdeModulePkgTokenSpaceGuid.PcdConOutUgaSupport gEfiMdePkgTokenSpaceGuid.PcdUgaConsumeSupport + +# [Event] +# ## +# # mConIn.LockEvent, used to record and check key sequence on StdIn. Periodic is 25ms. +# # +# EVENT_TYPE_PREIODIC_TIMER ## PRODUCES +# +# \ No newline at end of file diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c index ca2b3ed2a9..b0d10d1dc5 100644 --- a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c +++ b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalConIn.c @@ -1255,7 +1255,7 @@ UnicodeToEfiKey ( if (TerminalDevice->InputState != INPUT_STATE_DEFAULT) { // - // Check to see if the 2 second timer has expired + // Check to see if the 2 seconds timer has expired // TimerStatus = gBS->CheckEvent (TerminalDevice->TwoSecondTimeOut); if (!EFI_ERROR (TimerStatus)) { diff --git a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf index b7c765267f..204ca6040b 100644 --- a/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf +++ b/MdeModulePkg/Universal/Console/TerminalDxe/TerminalDxe.inf @@ -1,9 +1,9 @@ #/** @file -# +# # Component description file for Terminal module. # # This driver installs Simple Text In/Out protocol for terminal devices (serial devices or hotplug devices). -# +# # Copyright (c) 2006 - 2008, Intel Corporation # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -63,17 +63,17 @@ gEfiGlobalVariableGuid ## SOMETIMES_CONSUMES ## Variable:L"ErrOutDev" gEfiVTUTF8Guid ## SOMETIMES_CONSUMES ## GUID gEfiVT100Guid ## SOMETIMES_CONSUMES ## GUID - gEfiVT100PlusGuid ## SOMETIMES_CONSUMES ## GUID + gEfiVT100PlusGuid ## SOMETIMES_CONSUMES ## GUID gEfiPcAnsiGuid ## SOMETIMES_CONSUMES ## GUID - + [Protocols] gEfiSerialIoProtocolGuid ## TO_START gEfiDevicePathProtocolGuid ## TO_START gEfiSimpleTextInProtocolGuid ## BY_START gEfiSimpleTextInputExProtocolGuid ## BY_START gEfiSimpleTextOutProtocolGuid ## BY_START - gSimpleTextInExNotifyGuid ## SOMETIMES_CONSUMES - gEfiHotPlugDeviceGuid ## SOMETIMES_CONSUMES + gSimpleTextInExNotifyGuid ## SOMETIMES_CONSUMES + gEfiHotPlugDeviceGuid ## SOMETIMES_CONSUMES [Pcd] gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleError @@ -81,4 +81,11 @@ gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleInputError gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueRemoteConsoleOutputError gEfiMdePkgTokenSpaceGuid.PcdDefaultTerminalType - + +# [Event] +# ## +# # Relative timer event set by UnicodeToEfiKey(), used to one 2 seconds input timeout. +# # +# EVENT_TYPE_RELATIVE_TIMER ## PRODUCES +# +# -- 2.39.2