]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeCorePerformanceLib / DxeCorePerformanceLib.inf
index e091c6271426bf0ae093460765d303f5b6fa8421..1c1dcc60a6a62cd10d2e31d7c06b82a360a86984 100644 (file)
@@ -1,24 +1,18 @@
 ## @file\r
 #  Performance library instance mainly for DxeCore usage.\r
-#  \r
+#\r
 #  This library provides the performance measurement interfaces and initializes performance\r
 #  logging for DXE phase. It first initializes its private global data structure for\r
-#  performance logging and saves the performance GUIDed HOB passed from PEI phase. \r
+#  performance logging and saves the performance GUIDed HOB passed from PEI phase.\r
 #  It initializes DXE phase performance logging by publishing the Performance and PerformanceEx Protocol,\r
 #  which is consumed by DxePerformanceLib to logging performance data in DXE phase.\r
 #  This library is mainly used by DxeCore to start performance logging to ensure that\r
 #  Performance and PerformanceEx Protocol are installed at the very beginning of DXE phase.\r
-#  \r
-#  Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.<BR>\r
+#\r
+#  Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<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
-#  http://opensource.org/licenses/bsd-license.php\r
-#  \r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-#  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-#  \r
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
+#\r
 ##\r
 \r
 [Defines]\r
@@ -35,7 +29,7 @@
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
 [LibraryClasses]\r
   MemoryAllocationLib\r
   UefiBootServicesTableLib\r
+  UefiRuntimeServicesTableLib\r
   PcdLib\r
   TimerLib\r
   BaseMemoryLib\r
   BaseLib\r
   HobLib\r
   DebugLib\r
+  UefiLib\r
+  ReportStatusCodeLib\r
+  DxeServicesLib\r
+  PeCoffGetEntryPointLib\r
+  DevicePathLib\r
+\r
+[Protocols]\r
+  gEfiSmmCommunicationProtocolGuid              ## SOMETIMES_CONSUMES\r
 \r
 \r
 [Guids]\r
-  ## SOMETIMES_CONSUMES   ## HOB\r
-  ## PRODUCES             ## UNDEFINED # Install protocol\r
+  ## PRODUCES             ## SystemTable\r
   gPerformanceProtocolGuid\r
-  ## SOMETIMES_CONSUMES   ## HOB\r
-  ## PRODUCES             ## UNDEFINED # Install protocol\r
-  gPerformanceExProtocolGuid\r
+  gZeroGuid                                     ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiFirmwarePerformanceGuid                   ## SOMETIMES_PRODUCES ## UNDEFINED # StatusCode Data\r
+  gEdkiiFpdtExtendedFirmwarePerformanceGuid     ## SOMETIMES_CONSUMES ## HOB # StatusCode Data\r
+  gEfiEventReadyToBootGuid                      ## CONSUMES           ## Event\r
+  gEdkiiPiSmmCommunicationRegionTableGuid       ## SOMETIMES_CONSUMES    ## SystemTable\r
+  gEdkiiPerformanceMeasurementProtocolGuid      ## PRODUCES           ## UNDEFINED # Install protocol\r
 \r
 [Pcd]\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries   ## CONSUMES\r
-  gEfiMdeModulePkgTokenSpaceGuid.PcdMaxPeiPerformanceLogEntries16 ## CONSUMES\r
-  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask      ## CONSUMES\r
+  gEfiMdePkgTokenSpaceGuid.PcdPerformanceLibraryPropertyMask         ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdEdkiiFpdtStringRecordEnableOnly  ## CONSUMES\r
+  gEfiMdeModulePkgTokenSpaceGuid.PcdExtFpdtBootRecordPadSize         ## CONSUMES\r