diff options
author | Star Zeng <star.zeng@intel.com> | 2016-06-08 15:16:42 +0800 |
---|---|---|
committer | Star Zeng <star.zeng@intel.com> | 2016-06-12 12:56:23 +0800 |
commit | 4ac4729eb71df262453ad37997319eb0df6b9d65 (patch) | |
tree | 518d1545e3ec0d5016a6342222f7e4d6b9797418 /IntelFrameworkModulePkg/Universal | |
parent | 6bf6fc54abbb23a37f4372ee477ca3ebf2da3776 (diff) | |
download | edk2-4ac4729eb71df262453ad37997319eb0df6b9d65.tar.gz edk2-4ac4729eb71df262453ad37997319eb0df6b9d65.tar.bz2 edk2-4ac4729eb71df262453ad37997319eb0df6b9d65.zip |
IntelFrameworkModulePkg: Correct the usage of gPerformanceProtocolGuid in inf
Add gPerformanceProtocolGuid in BdsDxe.inf explicitly.
Currently, BdsDxe could build pass as it inherits
gPerformanceProtocolGuid from GenericBdsLib.inf.
Also update the usage of gPerformanceProtocolGuid in GenericBdsLib.inf.
Cc: Liming Gao <liming.gao@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>
Diffstat (limited to 'IntelFrameworkModulePkg/Universal')
-rw-r--r-- | IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf b/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf index 6afb8a09df..95a707c48b 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/BdsDxe.inf @@ -157,6 +157,7 @@ gEfiFmpCapsuleGuid ## SOMETIMES_CONSUMES ## GUID # FMP Capsule
gEdkiiStatusCodeDataTypeVariableGuid ## SOMETIMES_CONSUMES ## GUID
gEfiUartDevicePathGuid ## SOMETIMES_CONSUMES ## GUID (Identify the device path for UARD device)
+ gPerformanceProtocolGuid ## SOMETIMES_PRODUCES ## Variable:L"PerfDataMemAddr" (The ACPI address of performance data)
[Protocols]
gEfiSimpleFileSystemProtocolGuid ## SOMETIMES_CONSUMES
|