]> git.proxmox.com Git - mirror_edk2.git/blob - ArmPkg/Library/DefaultExceptionHandlerLib/DefaultExceptionHandlerLib.inf
61dabf484ef821cff8ed7ae3f121803311915ff5
[mirror_edk2.git] / ArmPkg / Library / DefaultExceptionHandlerLib / DefaultExceptionHandlerLib.inf
1 #/** @file
2 #
3 # Copyright (c) 2008, Apple Inc. All rights reserved.<BR>
4 #
5 # This program and the accompanying materials
6 # are licensed and made available under the terms and conditions of the BSD License
7 # which accompanies this distribution. The full text of the license may be found at
8 # http://opensource.org/licenses/bsd-license.php
9 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 #
12 #
13 #**/
14
15 [Defines]
16 INF_VERSION = 0x00010005
17 BASE_NAME = DefaultExceptionHandlerLib
18 FILE_GUID = EACDB354-DF1A-4AF9-A171-499737ED818F
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 LIBRARY_CLASS = DefaultExceptionHandlerLib
22 CONSTRUCTOR = DefaultExceptionHandlerConstructor
23
24 [Sources.common]
25 DefaultExceptionHandlerUefi.c
26
27 [Sources.ARM]
28 Arm/DefaultExceptionHandler.c
29
30 [Packages]
31 MdePkg/MdePkg.dec
32 ArmPkg/ArmPkg.dec
33
34 [LibraryClasses]
35 UefiLib
36 BaseLib
37 PrintLib
38 DebugLib
39 PeCoffGetEntryPointLib
40 ArmDisassemblerLib
41 SerialPortLib