]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/EbcDxe/EbcDebugger.inf
MdeModulePkg/EbcDxe: implement the PE/COFF emulator protocol
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDebugger.inf
index 7e0166672b99edb66fae7d5fd1fa14ddefe9a79a..e942317603ae3e55a145ad25f8e3857173c6684c 100644 (file)
@@ -1,14 +1,9 @@
 ## @file\r
 #  EFI Byte Code (EBC) Debugger.\r
 #\r
-#  Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\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
-#  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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
 ##\r
@@ -25,7 +20,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF AARCH64\r
+#  VALID_ARCHITECTURES           = IA32 X64 AARCH64\r
 #\r
 \r
 [Sources]\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
-  Ipf/EbcSupport.c\r
-  Ipf/EbcLowLevel.s\r
 \r
 [Sources.AARCH64]\r
   AArch64/EbcSupport.c\r
   BaseMemoryLib\r
   DebugLib\r
   BaseLib\r
+  CacheMaintenanceLib\r
+  PeCoffLib\r
 \r
 [Protocols]\r
   gEfiDebugSupportProtocolGuid                  ## PRODUCES\r
   gEfiEbcProtocolGuid                           ## PRODUCES\r
+  gEfiDebuggerConfigurationProtocolGuid         ## PRODUCES\r
   gEfiEbcVmTestProtocolGuid                     ## SOMETIMES_PRODUCES\r
   gEfiEbcSimpleDebuggerProtocolGuid             ## SOMETIMES_CONSUMES\r
   gEfiPciRootBridgeIoProtocolGuid               ## SOMETIMES_CONSUMES\r
   gEfiSimpleFileSystemProtocolGuid              ## SOMETIMES_CONSUMES\r
+  gEdkiiPeCoffImageEmulatorProtocolGuid         ## PRODUCES\r
 \r
 [Guids]\r
   gEfiFileInfoGuid                              ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiFileSystemInfoGuid                        ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiFileSystemVolumeLabelInfoIdGuid           ## SOMETIMES_CONSUMES ## GUID\r
   gEfiDebugImageInfoTableGuid                   ## SOMETIMES_CONSUMES ## GUID\r
 \r
 [Depex]\r