ShellPkg/Dp: Updated to dump perf log based on FPDT table
Cc: Liming Gao <liming.gao@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Jaben Carsey <jaben.carsey@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
## @file
|
||||
# Provides Shell 'dp' dynamic command.
|
||||
#
|
||||
# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
|
||||
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
|
||||
# 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
|
||||
@ -26,7 +26,6 @@
|
||||
UEFI_HII_RESOURCE_SECTION = TRUE
|
||||
|
||||
[Sources.common]
|
||||
PerformanceTokens.h
|
||||
Dp.uni
|
||||
Dp.c
|
||||
Dp.h
|
||||
@ -62,6 +61,8 @@
|
||||
|
||||
[Guids]
|
||||
gPerformanceProtocolGuid ## CONSUMES ## SystemTable
|
||||
gEfiAcpi20TableGuid ## CONSUMES
|
||||
gEfiAcpi10TableGuid ## CONSUMES
|
||||
|
||||
[Protocols]
|
||||
gEfiLoadedImageProtocolGuid ## CONSUMES
|
||||
|
Reference in New Issue
Block a user