X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBasePeCoffLib%2FBasePeCoffLib.inf;h=938348a29cd5c7878af02f75f5aa577a4d234b24;hb=9101c2e89417e103f1831a6aef007df67f3b472c;hp=aa81bc8f00553bd9658a724c5cd5d45dcdbe48b2;hpb=85ea851e6a3df3f5021e9e038d6b4162c66b394c;p=mirror_edk2.git diff --git a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf index aa81bc8f00..938348a29c 100644 --- a/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf +++ b/MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf @@ -1,7 +1,11 @@ #/** @file -# PE/COFF Loader Library implementation. +# PE/COFF Loader Library implementation. +# The IPF version library supports loading IPF and EBC PE/COFF image. +# The IA32 version library support loading IA32, X64 and EBC PE/COFF images. +# The X64 version library support loading IA32, X64 and EBC PE/COFF images. # -# Copyright (c) 2006 - 2008, Intel Corporation. +# Copyright (c) 2006 - 2009, Intel Corporation.
+# Portions Copyright (c) 2008-2009 Apple Inc.
# # All rights reserved. This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -20,28 +24,30 @@ MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = PeCoffLib - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # -# VALID_ARCHITECTURES = IA32 X64 IPF EBC +# VALID_ARCHITECTURES = IA32 X64 IPF EBC ARM # [Sources.common] BasePeCoffLibInternals.h BasePeCoff.c -[Sources.Ia32, Sources.X64, Sources.EBC] +[Sources.IA32, Sources.X64, Sources.EBC] PeCoffLoaderEx.c [Sources.IPF] Ipf/PeCoffLoaderEx.c +[Sources.ARM] + Arm/PeCoffLoaderEx.c + [Packages] MdePkg/MdePkg.dec [LibraryClasses] DebugLib + PeCoffExtraActionLib BaseMemoryLib