]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Library / BaseResetSystemLibNull / BaseResetSystemLibNull.inf
CommitLineData
6bfbb5f0 1## @file\r
064d5de3 2# Null Reset System Library instance that only generates ASSERT() conditions.\r
3#\r
de005223 4# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
064d5de3 5#\r
9d510e61 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
064d5de3 7#\r
6bfbb5f0 8##\r
064d5de3 9\r
10[Defines]\r
11 INF_VERSION = 0x00010005\r
12 BASE_NAME = BaseResetSystemLibNull\r
6036e94d 13 MODULE_UNI_FILE = BaseResetSystemLibNull.uni\r
064d5de3 14 FILE_GUID = 667A8B1C-9C97-4b2a-AE7E-568772FE45F3\r
15 MODULE_TYPE = BASE\r
16 VERSION_STRING = 1.0\r
17 LIBRARY_CLASS = ResetSystemLib\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
064d5de3 23#\r
24\r
6bfbb5f0 25[Sources]\r
064d5de3 26 BaseResetSystemLibNull.c\r
27\r
28[Packages]\r
29 MdePkg/MdePkg.dec\r
30 MdeModulePkg/MdeModulePkg.dec\r
31\r
32[LibraryClasses]\r
33 DebugLib\r