]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseReportStatusCodeLibNull/BaseReportStatusCodeLibNull.inf
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseReportStatusCodeLibNull / BaseReportStatusCodeLibNull.inf
CommitLineData
6bfbb5f0 1## @file\r
da0c760e 2# Report Status Code Library with empty functions.\r
3#\r
3cb0a311 4# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>\r
da0c760e 5#\r
9344f092 6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
da0c760e 7#\r
8#\r
6bfbb5f0 9##\r
da0c760e 10\r
11[Defines]\r
12 INF_VERSION = 0x00010005\r
13 BASE_NAME = BaseReportStatusCodeLibNull\r
c92c1790 14 MODULE_UNI_FILE = BaseReportStatusCodeLibNull.uni\r
da0c760e 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
3cb0a311 23# VALID_ARCHITECTURES = IA32 X64 EBC\r
da0c760e 24#\r
25\r
6bfbb5f0 26[Sources]\r
da0c760e 27 BaseReportStatusCodeLib.c\r
28\r
29[Packages]\r
30 MdePkg/MdePkg.dec\r
31\r
32[LibraryClasses]\r
33 DebugLib\r
c92c1790 34\r