TianoCore EDK2 master
Loading...
Searching...
No Matches
Tcg2MmDependencyDxe.c
Go to the documentation of this file.
1
14#include <PiDxe.h>
15
16#include <Library/DebugLib.h>
18
30EFIAPI
32 IN EFI_HANDLE ImageHandle,
33 IN EFI_SYSTEM_TABLE *SystemTable
34 )
35{
36 EFI_STATUS Status;
37 EFI_HANDLE Handle;
38
39 Handle = NULL;
40 Status = gBS->InstallProtocolInterface (
41 &Handle,
42 &gTcg2MmSwSmiRegisteredGuid,
44 NULL
45 );
46 ASSERT_EFI_ERROR (Status);
47 return EFI_SUCCESS;
48}
#define NULL
Definition: Base.h:319
#define IN
Definition: Base.h:279
#define ASSERT_EFI_ERROR(StatusParameter)
Definition: DebugLib.h:462
EFI_STATUS EFIAPI Tcg2MmDependencyDxeEntryPoint(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29
VOID * EFI_HANDLE
Definition: UefiBaseType.h:33
#define EFI_SUCCESS
Definition: UefiBaseType.h:112
EFI_BOOT_SERVICES * gBS
@ EFI_NATIVE_INTERFACE
Definition: UefiSpec.h:1193