diff options
author | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-13 14:00:09 +0000 |
---|---|---|
committer | ydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-12-13 14:00:09 +0000 |
commit | d0eaf0628e62b98367eb87d2a0c5b47defb53b38 (patch) | |
tree | 12c609d7ab077ee00b0ffbafa97ecf0e00bd7d13 /PerformancePkg | |
parent | 9fa957ec826ef3a419b54ee7aa10235a6510f10a (diff) | |
download | edk2-platforms-d0eaf0628e62b98367eb87d2a0c5b47defb53b38.tar.xz |
Refine file header format to follow coding style.
Signed-off-by: ydong10
Reviewed-by: yzeng15
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12847 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg')
-rw-r--r-- | PerformancePkg/PerformancePkg.dsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PerformancePkg/PerformancePkg.dsc b/PerformancePkg/PerformancePkg.dsc index a69db85fc1..0274229e22 100644 --- a/PerformancePkg/PerformancePkg.dsc +++ b/PerformancePkg/PerformancePkg.dsc @@ -1,4 +1,4 @@ -#/** @file
+## @file
# Build description file to generate Shell DP application.
#
# Copyright (c) 2009 - 2011, 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]
DSC_SPECIFICATION = 0x00010005
|