]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
index 68fd2300c5666c11d3bdaddafed27f8b2714b0a2..b82b2595e39a435f6824bf548e178c2867481bc4 100644 (file)
@@ -1,9 +1,11 @@
-#/** @file\r
+## @file\r
+#  Module that produces EBC Interprete and EBC Debug Support protocols.\r
 #  \r
-#   This module for the EBC virtual machine implementation produces \r
-#   EBC and EBC debug support protocols.\r
-#  \r
-#  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\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 - 2010, 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
 #  which accompanies this distribution.  The full text of the license may be found at\r
@@ -12,7 +14,7 @@
 #  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #  \r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -20,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
@@ -31,7 +30,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   EbcExecute.h\r
   EbcExecute.c\r
   EbcInt.h\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