summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
diff options
context:
space:
mode:
authorHarry Liebel <Harry.Liebel@arm.com>2013-08-08 08:55:02 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2013-08-08 08:55:02 +0000
commit373fbc64167e080fbe334776877cfba116d62a2d (patch)
tree55a004f6d06a21bfe4875178060fdc01812be347 /EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
parente01a125f15bd9354c0e8a59785880e308c0cfc63 (diff)
downloadedk2-platforms-373fbc64167e080fbe334776877cfba116d62a2d.tar.xz
Add Aarch64 support to EdkCompatibilityPkg.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Harry Liebel <Harry.Liebel@arm.com> Signed-off-by: Olivier Martin <olivier.martin@arm.com> Reviewed-by: Liming Gao <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14533 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf12
1 files changed, 10 insertions, 2 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf b/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
index 722c9a9664..07b02b7656 100644
--- a/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
+++ b/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/EfiCommonLib.inf
@@ -74,6 +74,11 @@ COMPONENT_TYPE = LIBRARY
EfiZeroMem.c
Math.c
+[sources.AArch64]
+ EfiCopyMem.c
+ EfiSetMem.c
+ EfiZeroMem.c
+ Math.c
[includes.common]
$(EDK_SOURCE)/Foundation
@@ -94,7 +99,10 @@ COMPONENT_TYPE = LIBRARY
[libraries.common]
EdkFrameworkGuidLib
-[libraries.ARM]
- CompilerIntrinsicsLib
+[libraries.ARM]
+ CompilerIntrinsicsLib
+
+[libraries.AArch64]
+ CompilerIntrinsicsLib
[nmake.common]