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