diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-15 11:12:43 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-15 11:12:43 +0000 |
commit | eceb3a4cb9b97d331ba91ea0a930465c05e8e20b (patch) | |
tree | 2f30cbf356491a3bea738c3facb2c37d056ffd66 /MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf | |
parent | 329d3f3d01b5470a2311ada36e36664519eb3447 (diff) | |
download | edk2-platforms-eceb3a4cb9b97d331ba91ea0a930465c05e8e20b.tar.xz |
Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedSection library.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5478 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf')
-rw-r--r-- | MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf index de03bc64c6..672e582b7b 100644 --- a/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf +++ b/MdePkg/Library/UefiDebugLibStdErr/UefiDebugLibStdErr.inf @@ -1,8 +1,8 @@ #/** @file
-# Debug Library for UEFI drivers
#
-# Library to abstract Framework extensions that conflict with UEFI 2.0 Specification
-# Copyright (c) 2007, Intel Corporation.
+# UEFI Debug Lib that sends messages to the Standard Error Device in the EFI System Table.
+#
+# Copyright (c) 2007 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
|