]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFsp2Pkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
IntelFsp2Pkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFsp2Pkg / Library / BaseDebugDeviceLibNull / BaseDebugDeviceLibNull.inf
1 ## @file
2 # Debug device library instance that retrieves the current enabling state for
3 # the platform debug output device.
4 #
5 # Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
6 #
7 # SPDX-License-Identifier: BSD-2-Clause-Patent
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010005
13 BASE_NAME = BaseDebugDeviceLibNull
14 FILE_GUID = 5E975522-176F-4E2D-BB25-64ADCC7792A4
15 MODULE_TYPE = BASE
16 VERSION_STRING = 1.0
17 LIBRARY_CLASS = DebugDeviceLib
18
19 #
20 # VALID_ARCHITECTURES = IA32
21 #
22
23 [Sources]
24 DebugDeviceLibNull.c
25
26 [Packages]
27 MdePkg/MdePkg.dec
28 IntelFsp2Pkg/IntelFsp2Pkg.dec
29