TianoCore EDK2 master
Loading...
Searching...
No Matches
SmmTcg2PhysicalPresenceLib.c
Go to the documentation of this file.
1
18#include <PiSmm.h>
19
21
34EFIAPI
36 IN EFI_HANDLE ImageHandle,
37 IN EFI_SYSTEM_TABLE *SystemTable
38 )
39{
41}
42
49BOOLEAN
51 VOID
52 )
53{
54 return (BOOLEAN)(AsciiStrnCmp (PP_INF_VERSION_1_2, (CHAR8 *)PcdGetPtr (PcdTcgPhysicalPresenceInterfaceVer), sizeof (PP_INF_VERSION_1_2) - 1) >= 0);
55}
INTN EFIAPI AsciiStrnCmp(IN CONST CHAR8 *FirstString, IN CONST CHAR8 *SecondString, IN UINTN Length)
Definition: String.c:872
#define IN
Definition: Base.h:279
EFI_STATUS Tcg2PhysicalPresenceLibCommonConstructor(VOID)
#define PcdGetPtr(TokenName)
Definition: PcdLib.h:388
BOOLEAN IsTcg2PPVerLowerThan_1_3(VOID)
EFI_STATUS EFIAPI Tcg2PhysicalPresenceLibTraditionalConstructor(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33