]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFspPkg/Library/BaseDebugDeviceLibNull/BaseDebugDeviceLibNull.inf
Eliminate duplicated file GUID.
[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
7# This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php.\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14##\r
15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = BaseDebugDeviceLibNull\r
19 FILE_GUID = 455D16DC-E3AF-4b5f-A9AD-A4BC198085BD\r
20 MODULE_TYPE = BASE\r
21 VERSION_STRING = 1.0\r
22 LIBRARY_CLASS = DebugDeviceLib\r
23\r
24#\r
25# VALID_ARCHITECTURES = IA32\r
26#\r
27\r
28[Sources]\r
29 DebugDeviceLibNull.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 IntelFspPkg/IntelFspPkg.dec\r
34\r