2012-03-15 06:24:07 +01:00
|
|
|
## @file
|
2014-08-28 07:09:12 +02:00
|
|
|
# CPU Exception Handler library instance for SEC/PEI modules.
|
2012-03-15 06:24:07 +01:00
|
|
|
#
|
2016-06-14 10:15:13 +02:00
|
|
|
# Copyright (c) 2012 - 2016, Intel Corporation. All rights reserved.<BR>
|
2012-03-15 06:24:07 +01:00
|
|
|
# This program and the accompanying materials
|
|
|
|
# are licensed and made available under the terms and conditions of the BSD License
|
|
|
|
# which accompanies this distribution. The full text of the license may be found at
|
|
|
|
# http://opensource.org/licenses/bsd-license.php
|
|
|
|
#
|
|
|
|
# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|
|
|
#
|
|
|
|
##
|
|
|
|
|
|
|
|
[Defines]
|
|
|
|
INF_VERSION = 0x00010005
|
|
|
|
BASE_NAME = SecPeiCpuExceptionHandlerLib
|
2014-08-28 07:09:12 +02:00
|
|
|
MODULE_UNI_FILE = SecPeiCpuExceptionHandlerLib.uni
|
2012-03-15 06:24:07 +01:00
|
|
|
FILE_GUID = CA4BBC99-DFC6-4234-B553-8B6586B7B113
|
|
|
|
MODULE_TYPE = PEIM
|
2015-04-27 21:54:52 +02:00
|
|
|
VERSION_STRING = 1.1
|
2013-12-13 05:46:47 +01:00
|
|
|
LIBRARY_CLASS = CpuExceptionHandlerLib|SEC PEI_CORE PEIM
|
2012-03-15 06:24:07 +01:00
|
|
|
|
|
|
|
#
|
|
|
|
# The following information is for reference only and not required by the build tools.
|
|
|
|
#
|
|
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
|
|
#
|
|
|
|
|
|
|
|
[Sources.Ia32]
|
2013-12-11 09:22:43 +01:00
|
|
|
Ia32/ExceptionHandlerAsm.asm
|
2016-06-14 10:15:13 +02:00
|
|
|
Ia32/ExceptionHandlerAsm.nasm
|
|
|
|
Ia32/ExceptionHandlerAsm.S
|
2012-03-15 06:24:07 +01:00
|
|
|
Ia32/ArchExceptionHandler.c
|
2013-11-22 07:24:41 +01:00
|
|
|
Ia32/ArchInterruptDefs.h
|
2012-03-15 06:24:07 +01:00
|
|
|
|
|
|
|
[Sources.X64]
|
2013-12-11 09:22:43 +01:00
|
|
|
X64/ExceptionHandlerAsm.asm
|
2016-06-14 10:15:13 +02:00
|
|
|
X64/ExceptionHandlerAsm.nasm
|
|
|
|
X64/ExceptionHandlerAsm.S
|
2012-03-15 06:24:07 +01:00
|
|
|
X64/ArchExceptionHandler.c
|
2013-11-22 07:24:41 +01:00
|
|
|
X64/ArchInterruptDefs.h
|
2012-03-15 06:24:07 +01:00
|
|
|
|
|
|
|
[Sources.common]
|
|
|
|
CpuExceptionCommon.h
|
|
|
|
CpuExceptionCommon.c
|
|
|
|
SecPeiCpuException.c
|
|
|
|
|
|
|
|
[Packages]
|
|
|
|
MdePkg/MdePkg.dec
|
|
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
|
|
UefiCpuPkg/UefiCpuPkg.dec
|
|
|
|
|
|
|
|
[LibraryClasses]
|
|
|
|
BaseLib
|
|
|
|
SerialPortLib
|
|
|
|
PrintLib
|
|
|
|
LocalApicLib
|
|
|
|
PeCoffGetEntryPointLib
|