X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FEbcDxe%2FEbcDxe.inf;h=8f128b121d0ba92a5e4b4a43fc37cedbcedb8c18;hp=d11888e25f920085954a13523abee80d429d555f;hb=d1102dba7210b95e41d06c2338a22ba6af248645;hpb=6f0a3cd23e4a2322c58c7dbf0ef8e66a4a01c42c diff --git a/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf b/MdeModulePkg/Universal/EbcDxe/EbcDxe.inf index d11888e25f..8f128b121d 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] @@ -43,14 +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