]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - UefiCpuPkg/Library/CpuExceptionHandlerLib/SmmCpuExceptionHandlerLib.inf
SourceLevelDebugPkg: Remove X86 ASM and S files
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / SmmCpuExceptionHandlerLib.inf
... / ...
CommitLineData
1## @file\r
2# CPU Exception Handler library instance for SMM modules.\r
3#\r
4# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
5# This program and the accompanying materials\r
6# are licensed and made available under the terms and conditions of the BSD License\r
7# which accompanies this distribution. The full text of the license may be found at\r
8# http://opensource.org/licenses/bsd-license.php\r
9#\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13##\r
14\r
15[Defines]\r
16 INF_VERSION = 0x00010005\r
17 BASE_NAME = SmmCpuExceptionHandlerLib\r
18 MODULE_UNI_FILE = SmmCpuExceptionHandlerLib.uni\r
19 FILE_GUID = 8D2C439B-3981-42ff-9CE5-1B50ECA502D6\r
20 MODULE_TYPE = DXE_SMM_DRIVER\r
21 VERSION_STRING = 1.1\r
22 LIBRARY_CLASS = CpuExceptionHandlerLib|DXE_SMM_DRIVER\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64\r
28#\r
29\r
30[Sources.Ia32]\r
31 Ia32/ExceptionHandlerAsm.asm\r
32 Ia32/ExceptionHandlerAsm.nasm\r
33 Ia32/ExceptionTssEntryAsm.nasm\r
34 Ia32/ExceptionHandlerAsm.S\r
35 Ia32/ArchExceptionHandler.c\r
36 Ia32/ArchInterruptDefs.h\r
37\r
38[Sources.X64]\r
39 X64/ExceptionHandlerAsm.asm\r
40 X64/ExceptionHandlerAsm.nasm\r
41 X64/ExceptionHandlerAsm.S\r
42 X64/ArchExceptionHandler.c\r
43 X64/ArchInterruptDefs.h\r
44\r
45[Sources.common]\r
46 CpuExceptionCommon.h\r
47 CpuExceptionCommon.c\r
48 PeiDxeSmmCpuException.c\r
49 SmmException.c\r
50\r
51[Packages]\r
52 MdePkg/MdePkg.dec\r
53 MdeModulePkg/MdeModulePkg.dec\r
54 UefiCpuPkg/UefiCpuPkg.dec\r
55\r
56[LibraryClasses]\r
57 BaseLib\r
58 SerialPortLib\r
59 PrintLib\r
60 SynchronizationLib\r
61 LocalApicLib\r
62 PeCoffGetEntryPointLib\r
63 DebugLib\r
64\r