FILE_GUID = 8F1AC44A-CE7E-4E29-95BB-92E321BB1573\r
MODULE_TYPE = SEC\r
VERSION_STRING = 1.0\r
- LIBRARY_CLASS = FspWrapperPlatformSecLib\r
+ LIBRARY_CLASS = PlatformSecLib\r
\r
#\r
# The following information is for reference only and not required by the build tools.\r
[LibraryClasses]\r
LocalApicLib\r
SerialPortLib\r
+ DebugLib\r
+ BaseMemoryLib\r
\r
[Ppis]\r
gEfiSecPlatformInformationPpiGuid ## CONSUMES\r
\r
#include <PiPei.h>\r
\r
-#include <Ppi/TemporaryRamDone.h>\r
-\r
-#include <Library/BaseMemoryLib.h>\r
#include <Library/DebugLib.h>\r
#include <Library/PcdLib.h>\r
-#include <Library/DebugAgentLib.h>\r
-#include <Library/FspPlatformInfoLib.h>\r
-#include <Library/FspApiLib.h>\r
+#include <Library/FspWrapperApiLib.h>\r
+#include <Library/FspWrapperPlatformLib.h>\r
+#include <Guid/FspHeaderFile.h>\r
\r
/**\r
This interface disables temporary memory in SEC Phase.\r
\r
DEBUG((DEBUG_INFO, "SecPlatformDisableTemporaryMemory enter\n"));\r
\r
- TempRamExitParam = GetTempRamExitParam ();\r
- Status = CallTempRamExit (FspHeader, TempRamExitParam);\r
+ TempRamExitParam = UpdateTempRamExitParam ();\r
+ Status = CallTempRamExit (TempRamExitParam);\r
DEBUG((DEBUG_INFO, "TempRamExit status: 0x%x\n", Status));\r
ASSERT_EFI_ERROR(Status);\r
\r