summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal
diff options
context:
space:
mode:
authorgikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-20 03:07:20 +0000
committergikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524>2009-01-20 03:07:20 +0000
commit7fa5d6e14945d922313db899da45637c6aea17e7 (patch)
tree82c63a83f5c50c29c08edf18f9810c035eb8f1d5 /MdeModulePkg/Universal
parenta503cc69711318c29075a3e721522ef880a34520 (diff)
downloadedk2-platforms-7fa5d6e14945d922313db899da45637c6aea17e7.tar.xz
Meta-data review.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7314 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Universal')
-rw-r--r--MdeModulePkg/Universal/EbcDxe/EbcDxe.inf17
1 files changed, 14 insertions, 3 deletions
diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
index acb113832e..dd8a5fcea3 100644
--- a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
+++ b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
@@ -2,7 +2,7 @@
# Module that produces EBC Interprete and EBC Debug Support protocols.
#
# This module implements EFI Byte Code (EBC) Virtual Machine that can provide
-# platformand processor-independent mechanisms for loading and executing EFI
+# platform and processor-independent mechanisms forloading and executing EFI
# device drivers.
#
# Copyright (c) 2006 - 2008, Intel Corporation. <BR>
@@ -66,8 +66,19 @@
[Protocols]
- gEfiDebugSupportProtocolGuid # PROTOCOL ALWAYS_PRODUCED
- gEfiEbcProtocolGuid # PROTOCOL ALWAYS_PRODUCED
+ gEfiDebugSupportProtocolGuid ## PRODUCES
+ gEfiEbcProtocolGuid ## PRODUCES
[Depex]
TRUE
+
+# [Event]
+# ##
+# # Periodic timer event to support EFI debug support protocol for EBC image.
+# #
+# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
+#
+#
+#
+#
+# \ No newline at end of file