diff options
author | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 00:30:18 +0000 |
---|---|---|
committer | eric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-03 00:30:18 +0000 |
commit | 603e7c0ce181721b15fe659fbd19a19296d46f8d (patch) | |
tree | 50b1ffd091193e5e1aaaebe8ea8c6a15989deb48 /MdeModulePkg | |
parent | e7cd6e69e7d1710dd0c6d6f5a192b4f5af6d080c (diff) | |
download | edk2-platforms-603e7c0ce181721b15fe659fbd19a19296d46f8d.tar.xz |
Add information in Meta-Data file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7398 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg')
-rw-r--r-- | MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf index c4b4bcb444..c38f64fc91 100644 --- a/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf +++ b/MdeModulePkg/Bus/Pci/UhciDxe/UhciDxe.inf @@ -74,6 +74,12 @@ [Protocols]
- gEfiPciIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
- gEfiUsb2HcProtocolGuid # PROTOCOL ALWAYS_CONSUMED
+ gEfiPciIoProtocolGuid ## ALWAYS_CONSUMED
+ gEfiUsb2HcProtocolGuid ## ALWAYS_PRODUCED
+# [Event]
+# ##
+# # Periodic timer event for checking the result of interrupt transfer execution.
+# #
+# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
+#
|