]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
Modified for use reversion field and fix a typo.
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
index d912a2c93c84e7cae44b4cc907530303cac0749f..a52491aa40c651c16b9f1bd6e96dfa28dfef2909 100644 (file)
@@ -1,10 +1,10 @@
 #/** @file\r
+#  Module that produces EBC Interprete and EBC Debug Support protocols.\r
 #  \r
-#    Component description file for Ebc module.\r
-#  \r
-#   This module for the EBC virtual machine implementation produces \r
-#    EBC and EBC debug support protocols.\r
-#  \r
+#  This module implements EFI Byte Code (EBC) Virtual Machine that can provide \r
+#  platform and processor-independent mechanisms for loading and executing EFI\r
+#  device drivers.\r
+#\r
 #  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
 #  All rights reserved. This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -22,9 +22,6 @@
   FILE_GUID                      = 13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7\r
   MODULE_TYPE                    = DXE_DRIVER\r
   VERSION_STRING                 = 1.0\r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
-\r
   ENTRY_POINT                    = InitializeEbcDriver\r
 \r
 #\r
@@ -57,7 +54,6 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  \r
 \r
 \r
 [LibraryClasses]\r
 \r
 \r
 [Protocols]\r
-  gEfiDebugSupportProtocolGuid                  # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiEbcProtocolGuid                           # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiDebugSupportProtocolGuid                  ## PRODUCES\r
+  gEfiEbcProtocolGuid                           ## PRODUCES\r
 \r
 [Depex]\r
   TRUE\r
+\r
+# [Event]\r
+#   ##\r
+#   # Periodic timer event to support EFI debug support protocol for EBC image.\r
+#   #\r
+#   EVENT_TYPE_PERIODIC_TIMER                   ## PRODUCES\r
+#\r
+#\r
+#\r
+#\r
+#
\ No newline at end of file