diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-30 03:37:47 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-03-30 03:37:47 +0000 |
commit | abf2162c51438a655abe6472f4b14a00ded4d0b3 (patch) | |
tree | 5905bf15945c9ed2f00dcbdf6ddd7c6b8163c28d /PerformancePkg | |
parent | be1b161278aa7daf2b2fe43669557698a992de60 (diff) | |
download | edk2-platforms-abf2162c51438a655abe6472f4b14a00ded4d0b3.tar.xz |
Update inf file to follow spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11452 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg')
-rw-r--r-- | PerformancePkg/Dp_App/Dp.inf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PerformancePkg/Dp_App/Dp.inf b/PerformancePkg/Dp_App/Dp.inf index 84b2d5f749..51d2448aa6 100644 --- a/PerformancePkg/Dp_App/Dp.inf +++ b/PerformancePkg/Dp_App/Dp.inf @@ -1,4 +1,4 @@ -#/** @file
+## @file
# Display Performance Application, Module information file.
#
# Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
@@ -10,7 +10,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 = 0x00010006
|