X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FEbcDxe%2FEbcDxe.inf;h=d6ee6194a0c84d599c684a38959a95d76c2ded35;hb=d0def00d33fa5d4a70c427dfc9a36d826b42967d;hp=e9a0b28c40747bded5711ff486b3ab1683c46847;hpb=a15e5bc2865740825938a484029dd9f8a048f6f5;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf index e9a0b28c40..d6ee6194a0 100644 --- a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf +++ b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf @@ -1,20 +1,20 @@ ## @file # Module that produces EBC Interprete and EBC Debug Support protocols. -# -# This module implements EFI Byte Code (EBC) Virtual Machine that can provide +# +# This module implements EFI Byte Code (EBC) Virtual Machine that can provide # platform and processor-independent mechanisms for loading and executing EFI # device drivers. # # Copyright (c) 2015, The Linux Foundation. All rights reserved. -# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php -# +# # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# +# ## [Defines] @@ -29,10 +29,12 @@ # # The following information is for reference only and not required by the build tools. # -# VALID_ARCHITECTURES = IA32 X64 IPF AARCH64 +# VALID_ARCHITECTURES = IA32 X64 AARCH64 # [Sources] + EbcDebuggerHook.h + EbcDebuggerHook.c EbcExecute.h EbcExecute.c EbcInt.h @@ -41,19 +43,10 @@ [Sources.Ia32] Ia32/EbcSupport.c Ia32/EbcLowLevel.nasm - Ia32/EbcLowLevel.S - Ia32/EbcLowLevel.asm [Sources.X64] X64/EbcSupport.c X64/EbcLowLevel.nasm - X64/EbcLowLevel.S - X64/EbcLowLevel.asm - -[Sources.IPF] - Ipf/EbcSupport.h - Ipf/EbcSupport.c - Ipf/EbcLowLevel.s [Sources.AARCH64] AArch64/EbcSupport.c @@ -88,4 +81,4 @@ # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES [UserExtensions.TianoCore."ExtraFiles"] - EbcDxeExtra.uni \ No newline at end of file + EbcDxeExtra.uni