TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformSecLibNull.c
Go to the documentation of this file.
1
9#include <PiPei.h>
10
12
31EFIAPI
33 IN OUT EFI_SEC_PEI_HAND_OFF *SecCoreData
34 )
35{
36 return NULL;
37}
38
51EFIAPI
53 IN CONST EFI_PEI_SERVICES **PeiServices,
54 IN OUT UINT64 *StructureSize,
55 OUT EFI_SEC_PLATFORM_INFORMATION_RECORD *PlatformInformationRecord
56 )
57{
58 return EFI_SUCCESS;
59}
60
64VOID
65EFIAPI
67 VOID
68 )
69{
70}
71
77VOID
78EFIAPI
80 VOID
81 )
82{
83 return;
84}
#define NULL
Definition: Base.h:319
#define CONST
Definition: Base.h:259
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
#define EFI_SUCCESS
Definition: UefiBaseType.h:112
VOID EFIAPI SecPlatformDisableTemporaryMemory(VOID)
EFI_PEI_PPI_DESCRIPTOR *EFIAPI SecPlatformMain(IN OUT EFI_SEC_PEI_HAND_OFF *SecCoreData)
VOID EFIAPI _ModuleEntryPoint(VOID)
EFI_STATUS EFIAPI SecPlatformInformation(IN CONST EFI_PEI_SERVICES **PeiServices, IN OUT UINT64 *StructureSize, OUT EFI_SEC_PLATFORM_INFORMATION_RECORD *PlatformInformationRecord)