X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FEfiCommonLib%2FEfiCommonLib.inf;h=722c9a966408fe06756f6762ade7b0389d3f0f9e;hp=aa93c56b3f2b91b6973dc567bf42f48bf75e5667;hb=3e99020dbf0a159e34b84e7ae9125f2e368d5390;hpb=4ea9375a2d02a43671437e0d3d808d85afb30afa diff --git a/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf b/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf index aa93c56b3f..722c9a9664 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf +++ b/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf @@ -1,6 +1,6 @@ #/*++ # -# Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.
+# Copyright (c) 2004 - 2010, 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 @@ -60,7 +60,7 @@ COMPONENT_TYPE = LIBRARY Math.c [sources.x64] - X64/EfiCopyMemRep1.asm + X64/EfiCopyMemRep4.asm X64/EfiSetMemRep4.asm X64/EfiZeroMemRep4.asm # X64/EfiCopyMem.asm @@ -68,6 +68,13 @@ COMPONENT_TYPE = LIBRARY # X64/EfiZeroMem.asm Math.c +[sources.ARM] + EfiCopyMem.c + EfiSetMem.c + EfiZeroMem.c + Math.c + + [includes.common] $(EDK_SOURCE)/Foundation $(EDK_SOURCE)/Foundation/Framework @@ -87,4 +94,7 @@ COMPONENT_TYPE = LIBRARY [libraries.common] EdkFrameworkGuidLib +[libraries.ARM] + CompilerIntrinsicsLib + [nmake.common]