update the comments on Event

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8661 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2009-06-25 09:09:21 +00:00
parent 086cd2c8e9
commit 745ed9b412
2 changed files with 14 additions and 16 deletions

View File

@ -53,18 +53,17 @@
DebugLib
[Protocols]
gEfiIsaIoProtocolGuid # PROTOCOL TO_START
gEfiAbsolutePointerProtocolGuid # PROTOCOL BY_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
gEfiIsaIoProtocolGuid ## TO_START
gEfiAbsolutePointerProtocolGuid ## BY_START
gEfiDevicePathProtocolGuid ## TO_START
# [Event]
# ##
# # Event will be signaled for WaitForKey event.
# # Event for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput.
# #
# EVT_NOTIFY_WAIT ## PRODUCES
# EVENT_TYPE_NOTIFY_WAIT ## PRODUCES
#
# ##
# # Event will be used to poll mouse state.
# # Periodic timer event to poll the fake Ps2 mouse device and get its packet data.
# #
# EVT_NOTIFY_SIGNAL ## PRODUCES
# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES

View File

@ -53,18 +53,17 @@
DebugLib
[Protocols]
gEfiIsaIoProtocolGuid # PROTOCOL TO_START
gEfiSimplePointerProtocolGuid # PROTOCOL BY_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
gEfiIsaIoProtocolGuid ## TO_START
gEfiSimplePointerProtocolGuid ## BY_START
gEfiDevicePathProtocolGuid ## TO_START
# [Event]
# ##
# # Event will be signaled for WaitForKey event.
# # Event for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput.
# #
# EVT_NOTIFY_WAIT ## PRODUCES
# EVENT_TYPE_NOTIFY_WAIT ## PRODUCES
#
# ##
# # Event will be used to poll mouse state.
# # Periodic timer event to poll the Ps2 mouse device and get its packet data.
# #
# EVT_NOTIFY_SIGNAL ## PRODUCES
# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES