]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
ArmPkg: DefaultExceptionHandler fixes for use with DxeCore
[mirror_edk2.git] / ArmPkg / Library / DefaultExceptionHandlerLib / DefaultExceptionHandlerLib.inf
index a9898955459633a8c703c0c38d00db87afab0ca3..5d3ce892ff3cf92df4f9a4e552ecfdd8247b61b8 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
-# Semihosting  serail port lib\r
 #\r
-# Copyright (c) 2008, Apple Inc.\r
+#  Copyright (c) 2008, Apple Inc. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2013, ARM Ltd. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
 #  http://opensource.org/licenses/bsd-license.php\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = SemiHostingSerialPortLib\r
+  BASE_NAME                      = DefaultExceptionHandlerLib\r
   FILE_GUID                      = EACDB354-DF1A-4AF9-A171-499737ED818F\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = DefaultExceptionHandlerLib\r
-  CONSTRUCTOR                    = DefaultExceptionHandlerConstructor\r
-\r
 \r
 [Sources.common]\r
-  DefaultExceptionHandler.c\r
-  ArmDisassembler.c\r
-  ThumbDisassembler.c\r
+  DefaultExceptionHandlerUefi.c\r
+\r
+[Sources.ARM]\r
+  Arm/DefaultExceptionHandler.c\r
+\r
+[Sources.AARCH64]\r
+  AArch64/DefaultExceptionHandler.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
@@ -38,5 +40,5 @@
   PrintLib\r
   DebugLib\r
   PeCoffGetEntryPointLib\r
-\r
-\r
+  ArmDisassemblerLib\r
+  SerialPortLib\r