mirror of https://github.com/acidanthera/audk.git
Add information in Meta-Data file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7399 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
603e7c0ce1
commit
280544daaa
|
@ -64,8 +64,15 @@
|
|||
|
||||
|
||||
[Protocols]
|
||||
gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiUsb2HcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiUsbHcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
|
||||
gEfiUsbIoProtocolGuid ## ALWAYS_PRODUCED
|
||||
gEfiDevicePathProtocolGuid ## ALWAYS_CONSUMED
|
||||
gEfiUsb2HcProtocolGuid ## SOMETIMES_CONSUMED
|
||||
gEfiUsbHcProtocolGuid ## SOMETIMES_CONSUMED
|
||||
|
||||
# [Event]
|
||||
# ##
|
||||
# # Periodic timer event for monitoring attach/detach event in port and enumerate attached usb devices.
|
||||
# #
|
||||
# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue