]> 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 c1522d51dae45d8ef5eff6066292e94832bff0ed..b82b2595e39a435f6824bf548e178c2867481bc4 100644 (file)
@@ -1,19 +1,20 @@
-#/** @file\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
-# Copyright (c) 2006 - 2007, Intel Corporation\r
+## @file\r
+#  Module that produces EBC Interprete 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 - 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
+#  which accompanies this distribution.  The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
+#  \r
 #  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
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -21,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
@@ -32,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
@@ -44,9 +42,9 @@
   Ia32/EbcLowLevel.asm\r
 \r
 [Sources.X64]\r
-  x64/EbcSupport.c\r
-  x64/EbcLowLevel.S\r
-  x64/EbcLowLevel.asm\r
+  X64/EbcSupport.c\r
+  X64/EbcLowLevel.S\r
+  X64/EbcLowLevel.asm\r
 \r
 [Sources.IPF]\r
   Ipf/EbcSupport.h\r
@@ -56,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