]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Performance: Refine the format of INF files.
authorShumin Qiu <shumin.qiu@intel.com>
Tue, 20 Jan 2015 01:45:35 +0000 (01:45 +0000)
committershenshushi <shenshushi@Edk2>
Tue, 20 Jan 2015 01:45:35 +0000 (01:45 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16624 6f19259b-4bc3-4df7-8a09-765794883524

PerformancePkg/Dp_App/Dp.inf
PerformancePkg/Library/TscTimerLib/BaseTscTimerLib.inf
PerformancePkg/Library/TscTimerLib/DxeTscTimerLib.inf
PerformancePkg/Library/TscTimerLib/PeiTscTimerLib.inf

index c6c76b47891f0be194d171c09c17338cb08010e6..1c62fb1dd6d2f171495bf3eb0fb41fd40bfd1a76 100644 (file)
@@ -1,7 +1,7 @@
 ##  @file\r
 #  Display Performance Application, Module information file.\r
 #\r
-# Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
   DxeServicesLib\r
 \r
 [Protocols]\r
-  gEfiLoadedImageProtocolGuid                             # ALWAYS_CONSUMED\r
-  gEfiDriverBindingProtocolGuid                           # SOMETIMES_CONSUMED\r
-  gEfiComponentName2ProtocolGuid                          # SOMETIMES_CONSUMED\r
-  gEfiLoadedImageDevicePathProtocolGuid                   # SOMETIMES_CONSUMED\r
+  gEfiLoadedImageProtocolGuid                             ## CONSUMES\r
+  gEfiDriverBindingProtocolGuid                           ## SOMETIMES_CONSUMES\r
+  gEfiComponentName2ProtocolGuid                          ## SOMETIMES_CONSUMES\r
+  gEfiLoadedImageDevicePathProtocolGuid                   ## SOMETIMES_CONSUMES\r
 \r
 [Pcd]\r
-  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize\r
+  gEfiMdePkgTokenSpaceGuid.PcdUefiLibMaxPrintBufferSize   ## CONSUMES\r
index daae8a25800af60436f55dff7c236f0e19e02b2e..9d622687b58ef1552d8dcb4d8154e945ae2cf6ba 100644 (file)
@@ -15,7 +15,7 @@
 #  TSC reads are much more efficient and do not incur the overhead associated with a ring transition or\r
 #  access to a platform resource.\r
 #\r
-#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -56,4 +56,4 @@
   BaseLib\r
 \r
 [Pcd.common]\r
-  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress\r
+  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress       ## SOMETIMES_CONSUMES\r
index e58aeac2eb01d10909327285fc1e5d1a0bee63f0..16db5f73eab3f183befc9edbcfccf76ff82f22b0 100644 (file)
@@ -12,7 +12,7 @@
 #  TSC reads are much more efficient and do not incur the overhead associated with a ring transition or\r
 #  access to a platform resource.\r
 #\r
-#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -58,7 +58,7 @@
   DebugLib\r
 \r
 [Guids]\r
-  gEfiTscFrequencyGuid                          ## CONSUMES ## System Configuration Table\r
+  gEfiTscFrequencyGuid                          ## CONSUMES ## SystemTable\r
 \r
 [Pcd.common]\r
-  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress\r
+  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress   ## SOMETIMES_CONSUMES\r
index 3f39d84e07c856238e35944f380c46f8f58b9c70..68e34e0ede15540683ee760b4f596010cc0c66e4 100644 (file)
@@ -12,7 +12,7 @@
 #  TSC reads are much more efficient and do not incur the overhead associated with a ring transition or\r
 #  access to a platform resource.\r
 #\r
-#  Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -54,7 +54,7 @@
   HobLib\r
 \r
 [Guids]\r
-  gEfiTscFrequencyGuid                          ## PRODUCES ## Hob\r
+  gEfiTscFrequencyGuid                          ## PRODUCES ## HOB\r
 \r
 [Pcd.common]\r
-  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress\r
+  gPerformancePkgTokenSpaceGuid.PcdPerfPkgAcpiIoPortBaseAddress     ## SOMETIMES_CONSUMES\r