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