diff options
author | Zhang, Shenglei <shenglei.zhang@intel.com> | 2018-09-25 11:51:14 +0800 |
---|---|---|
committer | Eric Dong <eric.dong@intel.com> | 2018-09-26 08:39:22 +0800 |
commit | 67998a547e47b231533f5b6668ac352f6c69104b (patch) | |
tree | 48cbff90aa5adbf5f205ba25f7d78ebed63b625f /UefiCpuPkg/SecCore | |
parent | e5cd809087e5710e019d2766fab13c59a2e2ac28 (diff) | |
download | edk2-67998a547e47b231533f5b6668ac352f6c69104b.tar.gz edk2-67998a547e47b231533f5b6668ac352f6c69104b.tar.bz2 edk2-67998a547e47b231533f5b6668ac352f6c69104b.zip |
UefiCpuPkg SecCore:Add a GUID removed previously
The Guid gPeiSecPerformancePpiGuid removed previously
is added into SecCore.inf.
https://bugzilla.tianocore.org/show_bug.cgi?id=1203
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: shenglei <shenglei.zhang@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Diffstat (limited to 'UefiCpuPkg/SecCore')
-rw-r--r-- | UefiCpuPkg/SecCore/SecCore.inf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/UefiCpuPkg/SecCore/SecCore.inf b/UefiCpuPkg/SecCore/SecCore.inf index b228610757..442f663911 100644 --- a/UefiCpuPkg/SecCore/SecCore.inf +++ b/UefiCpuPkg/SecCore/SecCore.inf @@ -70,6 +70,9 @@ ## SOMETIMES_PRODUCES
gEfiSecPlatformInformation2PpiGuid
gEfiTemporaryRamDonePpiGuid ## PRODUCES
+ ## NOTIFY
+ ## SOMETIMES_CONSUMES
+ gPeiSecPerformancePpiGuid
[Guids]
## SOMETIMES_PRODUCES ## HOB
|