add meta-data to describe module behavior

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8581 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian 2009-06-17 02:19:09 +00:00
parent 18a73eb727
commit 05db8d5506
2 changed files with 20 additions and 1 deletions

View File

@ -62,4 +62,13 @@
gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
# [Event]
# ##
# # Event will be signaled for WaitForKey event.
# #
# EVT_NOTIFY_WAIT ## PRODUCES
#
# ##
# # Event will be used to poll mouse state.
# #
# EVT_NOTIFY_SIGNAL ## PRODUCES

View File

@ -58,4 +58,14 @@
gEfiAbsolutePointerProtocolGuid # PROTOCOL BY_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
# [Event]
# ##
# # Event will be signaled for WaitForKey event.
# #
# EVT_NOTIFY_WAIT ## PRODUCES
#
# ##
# # Event will be used to poll mouse state.
# #
# EVT_NOTIFY_SIGNAL ## PRODUCES