IntelFsp2WrapperPkg SecFspWrapperPlatformSecLibSample:Update code to pass build

1. Update its library class to PlatformSecLib
2. Update source code to refer to the matched header file

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Giri Mudusuru <giri.p.mudusuru@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
This commit is contained in:
Liming Gao
2016-07-11 10:24:16 +08:00
parent 5443e7fee2
commit f86b9293ec
3 changed files with 10 additions and 9 deletions

View File

@@ -18,6 +18,8 @@
#include <Ppi/SecPerformance.h>
#include <Library/LocalApicLib.h>
#include <Library/DebugLib.h>
#include <Library/BaseMemoryLib.h>
/**
This interface conveys state information out of the Security (SEC) phase into PEI.