]> git.proxmox.com Git - mirror_edk2.git/blame - UefiCpuPkg/Library/CpuExceptionHandlerLib/SecPeiCpuExceptionHandlerLib.inf
UefiCpuPkg: Convert all .uni files to utf-8
[mirror_edk2.git] / UefiCpuPkg / Library / CpuExceptionHandlerLib / SecPeiCpuExceptionHandlerLib.inf
CommitLineData
8f07f895 1## @file\r
e48e0742 2# CPU Exception Handler library instance for SEC/PEI modules.\r
8f07f895 3#\r
087c67d0 4# Copyright (c) 2012 - 2015, Intel Corporation. All rights reserved.<BR>\r
8f07f895 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 = SecPeiCpuExceptionHandlerLib\r
e48e0742 18 MODULE_UNI_FILE = SecPeiCpuExceptionHandlerLib.uni\r
8f07f895 19 FILE_GUID = CA4BBC99-DFC6-4234-B553-8B6586B7B113\r
20 MODULE_TYPE = PEIM\r
087c67d0 21 VERSION_STRING = 1.1\r
b7ae8751 22 LIBRARY_CLASS = CpuExceptionHandlerLib|SEC PEI_CORE PEIM\r
8f07f895 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
4db0b65c 31 Ia32/ExceptionHandlerAsm.asm\r
8f07f895 32 Ia32/ExceptionHandlerAsm.S |GCC\r
33 Ia32/ArchExceptionHandler.c\r
e41aad15 34 Ia32/ArchInterruptDefs.h\r
8f07f895 35\r
36[Sources.X64]\r
4db0b65c 37 X64/ExceptionHandlerAsm.asm\r
8f07f895 38 X64/ExceptionHandlerAsm.S |GCC\r
39 X64/ArchExceptionHandler.c\r
e41aad15 40 X64/ArchInterruptDefs.h\r
8f07f895 41\r
42[Sources.common]\r
43 CpuExceptionCommon.h\r
44 CpuExceptionCommon.c\r
45 SecPeiCpuException.c\r
46\r
47[Packages]\r
48 MdePkg/MdePkg.dec\r
49 MdeModulePkg/MdeModulePkg.dec\r
50 UefiCpuPkg/UefiCpuPkg.dec\r
51\r
52[LibraryClasses]\r
53 BaseLib\r
54 SerialPortLib\r
55 PrintLib\r
56 LocalApicLib\r
57 PeCoffGetEntryPointLib\r