]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeSmmCpuExceptionHandlerLib.inf
1. DxeIplPeim will locate Vector Handoff Table PPI and build GUIDed HOB if it has.
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / DxeSmmCpuExceptionHandlerLib.inf
1 ## @file
2 # Component description file for DXE/SMM CPU Exception Handler Library instance.
3 #
4 # This library instance supports DXE SMM module only.
5 #
6 # Copyright (c) 2012, 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 = DxeSmmCpuExceptionHandlerLib
20 FILE_GUID = EC629480-BD36-4e8e-8AB2-D28BF0D45864
21 MODULE_TYPE = DXE_DRIVER
22 VERSION_STRING = 1.0
23 LIBRARY_CLASS = CpuExceptionHandlerLib|DXE_CORE DXE_DRIVER DXE_SMM_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 |MSFT
33 Ia32/ExceptionHandlerAsm.S |GCC
34 Ia32/ArchExceptionHandler.c
35
36 [Sources.X64]
37 X64/ExceptionHandlerAsm.asm |MSFT
38 X64/ExceptionHandlerAsm.S |GCC
39 X64/ArchExceptionHandler.c
40
41 [Sources.common]
42 CpuExceptionCommon.h
43 CpuExceptionCommon.c
44 DxeSmmCpuException.c
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49 UefiCpuPkg/UefiCpuPkg.dec
50
51 [LibraryClasses]
52 BaseLib
53 SerialPortLib
54 PrintLib
55 SynchronizationLib
56 LocalApicLib
57 PeCoffGetEntryPointLib