]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDxe.inf
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.inf
index dd8a5fcea3ec788c21c055c3c7f119ded2fd62dc..8f128b121d0ba92a5e4b4a43fc37cedbcedb8c18 100644 (file)
@@ -1,24 +1,26 @@
-#/** @file\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 forloading and executing EFI\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
+#  Copyright (c) 2015, The Linux Foundation. All rights reserved.\r
+#  Copyright (c) 2006 - 2018, 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
 #  http://opensource.org/licenses/bsd-license.php\r
-#  \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
 [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
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF AARCH64\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
+  EbcDebuggerHook.h\r
+  EbcDebuggerHook.c\r
   EbcExecute.h\r
   EbcExecute.c\r
   EbcInt.h\r
 \r
 [Sources.Ia32]\r
   Ia32/EbcSupport.c\r
-  Ia32/EbcLowLevel.S\r
-  Ia32/EbcLowLevel.asm\r
+  Ia32/EbcLowLevel.nasm\r
 \r
 [Sources.X64]\r
   X64/EbcSupport.c\r
-  X64/EbcLowLevel.S\r
-  X64/EbcLowLevel.asm\r
+  X64/EbcLowLevel.nasm\r
 \r
 [Sources.IPF]\r
   Ipf/EbcSupport.h\r
   Ipf/EbcSupport.c\r
   Ipf/EbcLowLevel.s\r
 \r
+[Sources.AARCH64]\r
+  AArch64/EbcSupport.c\r
+  AArch64/EbcLowLevel.S\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   MemoryAllocationLib\r
 [Protocols]\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                   ## PRODUCES\r
 #\r
+# Periodic timer event to support EFI debug support protocol for EBC image.\r
 #\r
-#\r
-#\r
-#
\ No newline at end of file
+# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  EbcDxeExtra.uni\r