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