diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-16 05:46:57 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-16 05:46:57 +0000 |
commit | 7694367bf516e1631d8e5191befe4f9924d21f54 (patch) | |
tree | d40c2ffd30c9460c4064deab44995230ef22053c /OptionRomPkg | |
parent | dd6f7d02a1dd51e33e92e6935e72fff464132588 (diff) | |
download | edk2-7694367bf516e1631d8e5191befe4f9924d21f54.tar.gz edk2-7694367bf516e1631d8e5191befe4f9924d21f54.tar.bz2 edk2-7694367bf516e1631d8e5191befe4f9924d21f54.zip |
Refine file header format to follow coding style.
Signed-off-by: ydong10
Reviewed-by: lgao4
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12880 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OptionRomPkg')
-rw-r--r-- | OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf | 4 | ||||
-rw-r--r-- | OptionRomPkg/Library/GopBltLib/GopBltLib.inf | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf b/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf index cdeb014a2a..b94b52aa79 100644 --- a/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf +++ b/OptionRomPkg/Library/FrameBufferBltLib/FrameBufferBltLib.inf @@ -1,4 +1,4 @@ -#/** @file
+## @file
# FrameBufferBltLib - Library to perform blt operations on a frame buffer.
#
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
@@ -11,7 +11,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
diff --git a/OptionRomPkg/Library/GopBltLib/GopBltLib.inf b/OptionRomPkg/Library/GopBltLib/GopBltLib.inf index 9ec200db27..8a096966ea 100644 --- a/OptionRomPkg/Library/GopBltLib/GopBltLib.inf +++ b/OptionRomPkg/Library/GopBltLib/GopBltLib.inf @@ -1,4 +1,4 @@ -#/** @file
+## @file
# GopBltLib - Library to perform blt using the UEFI Graphics Output Protocol.
#
# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
@@ -11,7 +11,7 @@ # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#
-#**/
+##
[Defines]
INF_VERSION = 0x00010005
|