Revision: 16858
          http://sourceforge.net/p/edk2/code/16858
Author:   hwu1225
Date:     2015-02-13 05:28:14 +0000 (Fri, 13 Feb 2015)
Log Message:
-----------
Performance: Refine the format of INF files.

(Sync patch r16624 from main trunk.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/16624

Modified Paths:
--------------
    branches/UDK2014.SP1/PerformancePkg/Dp_App/Dp.inf
    branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf
    branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf
    branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf

Modified: branches/UDK2014.SP1/PerformancePkg/Dp_App/Dp.inf
===================================================================
--- branches/UDK2014.SP1/PerformancePkg/Dp_App/Dp.inf   2015-02-13 05:27:21 UTC 
(rev 16857)
+++ branches/UDK2014.SP1/PerformancePkg/Dp_App/Dp.inf   2015-02-13 05:28:14 UTC 
(rev 16858)
@@ -1,7 +1,7 @@
 ##  @file
 #  Display Performance Application, Module information file.
 #
-# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
 # 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
@@ -62,10 +62,10 @@
   DxeServicesLib
 
 [Protocols]
-  gEfiLoadedImageProtocolGuid                             # ALWAYS_CONSUMED
-  gEfiDriverBindingProtocolGuid                           # SOMETIMES_CONSUMED
-  gEfiComponentName2ProtocolGuid                          # SOMETIMES_CONSUMED
-  gEfiLoadedImageDevicePathProtocolGuid                   # SOMETIMES_CONSUMED
+  gEfiLoadedImageProtocolGuid                             ## CONSUMES
+  gEfiDriverBindingProtocolGuid                           ## SOMETIMES_CONSUMES
+  gEfiComponentName2ProtocolGuid                          ## SOMETIMES_CONSUMES
+  gEfiLoadedImageDevicePathProtocolGuid                   ## SOMETIMES_CONSUMES
 
 [Pcd]
-  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize
+  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize   ## CONSUMES

Modified: 
branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf
===================================================================
--- branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf 
2015-02-13 05:27:21 UTC (rev 16857)
+++ branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf 
2015-02-13 05:28:14 UTC (rev 16858)
@@ -15,7 +15,7 @@
 #  TSC reads are much more efficient and do not incur the overhead associated 
with a ring transition or
 #  access to a platform resource.
 #
-#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
 #  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
@@ -56,4 +56,4 @@
   BaseLib
 
 [Pcd.common]
-  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress
+  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress       ## 
SOMETIMES_CONSUMES

Modified: 
branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf
===================================================================
--- branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf  
2015-02-13 05:27:21 UTC (rev 16857)
+++ branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf  
2015-02-13 05:28:14 UTC (rev 16858)
@@ -12,7 +12,7 @@
 #  TSC reads are much more efficient and do not incur the overhead associated 
with a ring transition or
 #  access to a platform resource.
 #
-#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
 #  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
@@ -58,7 +58,7 @@
   DebugLib
 
 [Guids]
-  gEfiTscFrequencyGuid                          ## CONSUMES ## System 
Configuration Table
+  gEfiTscFrequencyGuid                          ## CONSUMES ## SystemTable
 
 [Pcd.common]
-  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress
+  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress   ## 
SOMETIMES_CONSUMES

Modified: 
branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf
===================================================================
--- branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf  
2015-02-13 05:27:21 UTC (rev 16857)
+++ branches/UDK2014.SP1/PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf  
2015-02-13 05:28:14 UTC (rev 16858)
@@ -12,7 +12,7 @@
 #  TSC reads are much more efficient and do not incur the overhead associated 
with a ring transition or
 #  access to a platform resource.
 #
-#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
+#  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
 #  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
@@ -54,7 +54,7 @@
   HobLib
 
 [Guids]
-  gEfiTscFrequencyGuid                          ## PRODUCES ## Hob
+  gEfiTscFrequencyGuid                          ## PRODUCES ## HOB
 
 [Pcd.common]
-  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress
+  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress     ## 
SOMETIMES_CONSUMES


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to