X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseDebugLibNull%2FBaseDebugLibNull.inf;h=c0c407a6d699075f3d8d795edb9407a944baa3bb;hp=3e259b51e68b167cda26cc5e55f2ba0044ef4256;hb=700b41d4d587b9e7836023ce1e27ec62f47cf8a5;hpb=5088ce25ff605ee9a3a13fd5f51bf7bff68495f6 diff --git a/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf b/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf index 3e259b51e6..c0c407a6d6 100644 --- a/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf +++ b/MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf @@ -1,10 +1,9 @@ -#/** @file -# Component description file for NULL Debug Library +## @file +# Debug Library with empty functions. # -# Debug Library with empty functions. -# Copyright (c) 2007 - 2007, Intel Corporation. +# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.
# -# All rights reserved. This program and the accompanying materials +# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at # http://opensource.org/licenses/bsd-license.php @@ -12,7 +11,7 @@ # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. # # -#**/ +## [Defines] INF_VERSION = 0x00010005 @@ -21,15 +20,13 @@ MODULE_TYPE = BASE VERSION_STRING = 1.0 LIBRARY_CLASS = DebugLib - EDK_RELEASE_VERSION = 0x00020000 - EFI_SPECIFICATION_VERSION = 0x00020000 # # VALID_ARCHITECTURES = IA32 X64 IPF EBC # -[Sources.common] +[Sources] DebugLib.c