]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Library / BaseReportStatusCodeLibNull / BaseReportStatusCodeLibNull.inf
... / ...
CommitLineData
1## @file\r
2# Report Status Code Library with empty functions.\r
3#\r
4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
5#\r
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7#\r
8#\r
9##\r
10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = BaseReportStatusCodeLibNull\r
14 MODULE_UNI_FILE = BaseReportStatusCodeLibNull.uni\r
15 FILE_GUID = 1DE0B8C2-FFB6-4bdf-97F5-0FFB33979038\r
16 MODULE_TYPE = BASE\r
17 VERSION_STRING = 1.0\r
18 LIBRARY_CLASS = ReportStatusCodeLib\r
19\r
20#\r
21# The following information is for reference only and not required by the build tools.\r
22#\r
23# VALID_ARCHITECTURES = IA32 X64 EBC\r
24#\r
25\r
26[Sources]\r
27 BaseReportStatusCodeLib.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 DebugLib\r
34\r