diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 00:30:46 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 00:30:46 +0000 |
commit | 280544daaa87178105578002545c54b2232a9276 (patch) | |
tree | 52bb8b27c8e13051c0e10ef29baee697ecd3b0f9 /MdeModulePkg/Bus/Usb | |
parent | 603e7c0ce181721b15fe659fbd19a19296d46f8d (diff) | |
download | edk2-platforms-280544daaa87178105578002545c54b2232a9276.tar.xz |
Add information in Meta-Data file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7399 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Bus/Usb')
-rw-r--r-- | MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf b/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf index fc36f98e23..deebed43ab 100644 --- a/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf +++ b/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf @@ -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
+#
+#
|