]> 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 e9a0b28c40747bded5711ff486b3ab1683c46847..8f128b121d0ba92a5e4b4a43fc37cedbcedb8c18 100644 (file)
@@ -1,20 +1,20 @@
 ## @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
+#\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) 2015, The Linux Foundation. All rights reserved.\r
-#  Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\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
 [Defines]\r
@@ -33,6 +33,8 @@
 #\r
 \r
 [Sources]\r
+  EbcDebuggerHook.h\r
+  EbcDebuggerHook.c\r
   EbcExecute.h\r
   EbcExecute.c\r
   EbcInt.h\r
 [Sources.Ia32]\r
   Ia32/EbcSupport.c\r
   Ia32/EbcLowLevel.nasm\r
-  Ia32/EbcLowLevel.S\r
-  Ia32/EbcLowLevel.asm\r
 \r
 [Sources.X64]\r
   X64/EbcSupport.c\r
   X64/EbcLowLevel.nasm\r
-  X64/EbcLowLevel.S\r
-  X64/EbcLowLevel.asm\r
 \r
 [Sources.IPF]\r
   Ipf/EbcSupport.h\r
@@ -88,4 +86,4 @@
 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
 \r
 [UserExtensions.TianoCore."ExtraFiles"]\r
-  EbcDxeExtra.uni
\ No newline at end of file
+  EbcDxeExtra.uni\r