]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeCpuExceptionHandlerLib.inf
Correct INF file to make module pass ICC compiler.
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / DxeCpuExceptionHandlerLib.inf
1 ## @file
2 # Component description file for DXE CPU Exception Handler Library instance.
3 #
4 # This library instance supports DXE module only.
5 #
6 # Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>
7 # This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 ##
16
17 [Defines]
18 INF_VERSION = 0x00010005
19 BASE_NAME = DxeCpuExceptionHandlerLib
20 FILE_GUID = B6E9835A-EDCF-4748-98A8-27D3C722E02D
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = CpuExceptionHandlerLib|DXE_CORE DXE_DRIVER UEFI_APPLICATION
24
25 #
26 # The following information is for reference only and not required by the build tools.
27 #
28 # VALID_ARCHITECTURES = IA32 X64
29 #
30
31 [Sources.Ia32]
32 Ia32/ExceptionHandlerAsm.asm
33 Ia32/ExceptionHandlerAsm.S |GCC
34 Ia32/ArchExceptionHandler.c
35 Ia32/ArchInterruptDefs.h
36
37 [Sources.X64]
38 X64/ExceptionHandlerAsm.asm
39 X64/ExceptionHandlerAsm.S |GCC
40 X64/ArchExceptionHandler.c
41 X64/ArchInterruptDefs.h
42
43 [Sources.common]
44 CpuExceptionCommon.h
45 CpuExceptionCommon.c
46 DxeSmmCpuException.c
47 DxeException.c
48
49 [Packages]
50 MdePkg/MdePkg.dec
51 MdeModulePkg/MdeModulePkg.dec
52 UefiCpuPkg/UefiCpuPkg.dec
53
54 [LibraryClasses]
55 BaseLib
56 SerialPortLib
57 PrintLib
58 SynchronizationLib
59 LocalApicLib
60 PeCoffGetEntryPointLib
61 MemoryAllocationLib
62 DebugLib
63
64 [Ppis]
65 gEfiVectorHandoffInfoPpiGuid