]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg DxeCorePerformanceLib: Only support linking with DxeCore
authorStar Zeng <star.zeng@intel.com>
Thu, 12 Jan 2017 08:27:06 +0000 (16:27 +0800)
committerStar Zeng <star.zeng@intel.com>
Fri, 13 Jan 2017 07:52:21 +0000 (15:52 +0800)
DxeCorePerformanceLib is the performance log manager of PEI and DXE
phase, and it will also produce Performance(Ex) protocol, it should
only support linking with DxeCore.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdeModulePkg/Library/DxeCorePerformanceLib/DxeCorePerformanceLib.inf

index f73d0a4386adad5bd7bcdc69f38a07d7c961be7c..e091c6271426bf0ae093460765d303f5b6fa8421 100644 (file)
@@ -9,7 +9,7 @@
 #  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 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2006 - 2017, 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
@@ -28,7 +28,7 @@
   FILE_GUID                      = D0F78BBF-0A30-4c63-8A48-0F618A4AFACD\r
   MODULE_TYPE                    = DXE_CORE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PerformanceLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
+  LIBRARY_CLASS                  = PerformanceLib|DXE_CORE\r
 \r
   CONSTRUCTOR                    = DxeCorePerformanceLibConstructor\r
 \r