]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/CpuExceptionHandlerLibNull/CpuExceptionHandlerLibNull.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / CpuExceptionHandlerLibNull / CpuExceptionHandlerLibNull.inf
1 ## @file
2 # Null instance of CPU Exception Handler Library with empty functions.
3 #
4 # Copyright (c) 2012 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9
10 [Defines]
11 INF_VERSION = 0x00010005
12 BASE_NAME = CpuExceptionHandlerLibNull
13 MODULE_UNI_FILE = CpuExceptionHandlerLibNull.uni
14 FILE_GUID = 3175E6B9-4B01-496a-9A2B-64AF02D87E34
15 MODULE_TYPE = PEIM
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = CpuExceptionHandlerLib
18
19 #
20 # The following information is for reference only and not required by the build tools.
21 #
22 # VALID_ARCHITECTURES = IA32 X64 EBC
23 #
24
25 [Sources.common]
26 CpuExceptionHandlerLibNull.c
27
28 [Packages]
29 MdePkg/MdePkg.dec
30 MdeModulePkg/MdeModulePkg.dec
31