X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ArmPkg%2FLibrary%2FDefaultExceptionHandlerLib%2FDefaultExceptionHandlerLib.inf;h=da8190bd3c5500a78c17920272868753dbf2df33;hp=61dabf484ef821cff8ed7ae3f121803311915ff5;hb=25402f5d0660acde3ee382a36b065945251990dc;hpb=8477cb6e159008d1703381b9f6159e8c90ccc2bf diff --git a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf index 61dabf484e..da8190bd3c 100644 --- a/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf +++ b/ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf @@ -1,6 +1,7 @@ #/** @file # -# Copyright (c) 2008, Apple Inc. All rights reserved.
+# Copyright (c) 2008, Apple Inc. All rights reserved.
+# Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License @@ -27,6 +28,9 @@ [Sources.ARM] Arm/DefaultExceptionHandler.c +[Sources.AARCH64] + AArch64/DefaultExceptionHandler.c + [Packages] MdePkg/MdePkg.dec ArmPkg/ArmPkg.dec