]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
MdeModulePkg: Convert all .uni files to utf-8
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
index c1522d51dae45d8ef5eff6066292e94832bff0ed..0dfe005e7bae34a41682d6cd980ac328188dfa88 100644 (file)
@@ -1,29 +1,28 @@
-#/** @file\r
-# Component description file for Ebc module.\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
-# This module for the EBC virtual machine implementation produces \r
-#  EBC and EBC debug support protocols.\r
-# Copyright (c) 2006 - 2007, Intel Corporation\r
-#\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  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
   BASE_NAME                      = EbcDxe\r
+  MODULE_UNI_FILE                = EbcDxe.uni\r
   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 +31,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 +43,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,8 +55,7 @@
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-  \r
-\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   MemoryAllocationLib\r
 \r
 \r
 [Protocols]\r
-  gEfiDebugSupportProtocolGuid                  # PROTOCOL ALWAYS_PRODUCED\r
-  gEfiEbcProtocolGuid                           # PROTOCOL ALWAYS_PRODUCED\r
+  gEfiDebugSupportProtocolGuid                  ## PRODUCES\r
+  gEfiEbcProtocolGuid                           ## PRODUCES\r
+  gEfiEbcVmTestProtocolGuid                     ## SOMETIMES_PRODUCES\r
+  gEfiEbcSimpleDebuggerProtocolGuid             ## SOMETIMES_CONSUMES\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 ## CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  EbcDxeExtra.uni
\ No newline at end of file