Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

32 lines
684 B
INI
Raw Permalink Normal View History

2010-02-24 00:21:16 +00:00
## @file
# Debug Library with empty functions.
#
2018-06-27 21:11:33 +08:00
# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
#
2010-02-24 00:21:16 +00:00
##
[Defines]
INF_VERSION = 0x00010005
BASE_NAME = BaseDebugLibNull
MODULE_UNI_FILE = BaseDebugLibNull.uni
FILE_GUID = 9ba1d976-0624-41a3-8650-28165e8d9ae8
MODULE_TYPE = BASE
VERSION_STRING = 1.0
2018-06-27 21:11:33 +08:00
LIBRARY_CLASS = DebugLib
#
# VALID_ARCHITECTURES = IA32 X64 EBC
#
2010-02-24 00:21:16 +00:00
[Sources]
DebugLib.c
[Packages]
MdePkg/MdePkg.dec