TianoCore EDK2 master
Loading...
Searching...
No Matches
PlatformSecureLibNull.c
Go to the documentation of this file.
1
12#include <Uefi/UefiBaseType.h>
13
14BOOLEAN mUserPhysicalPresence = FALSE;
15
33BOOLEAN
34EFIAPI
36 VOID
37 )
38{
39 return mUserPhysicalPresence;
40}
41
48RETURN_STATUS
49EFIAPI
51 VOID
52 )
53{
54 mUserPhysicalPresence = PcdGetBool (PcdUserPhysicalPresence);
55
56 return RETURN_SUCCESS;
57}
#define RETURN_SUCCESS
Definition: Base.h:1066
#define FALSE
Definition: Base.h:307
#define PcdGetBool(TokenName)
Definition: PcdLib.h:401
RETURN_STATUS EFIAPI PlatformSecureLibNullConstructor(VOID)
BOOLEAN EFIAPI UserPhysicalPresent(VOID)