]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFspPkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
IntelFspPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFspPkg / 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 = 455D16DC-E3AF-4b5f-A9AD-A4BC198085BD
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 IntelFspPkg/IntelFspPkg.dec
29