mirror of https://github.com/acidanthera/audk.git
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:
parent
18a73eb727
commit
05db8d5506
|
@ -62,4 +62,13 @@
|
||||||
gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
|
gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_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
|
||||||
|
|
|
@ -58,4 +58,14 @@
|
||||||
gEfiAbsolutePointerProtocolGuid # PROTOCOL BY_START
|
gEfiAbsolutePointerProtocolGuid # PROTOCOL BY_START
|
||||||
gEfiDevicePathProtocolGuid # PROTOCOL TO_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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue