Last change
on this file since 94368 was 80721, checked in by vboxsync, 6 years ago |
Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643
|
-
Property svn:eol-style
set to
native
|
File size:
709 bytes
|
Line | |
---|
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 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.