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
>
17
#include <
Library/UefiBootServicesTableLib.h
>
18
29
EFI_STATUS
30
EFIAPI
31
Tcg2MmDependencyDxeEntryPoint
(
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,
43
EFI_NATIVE_INTERFACE
,
44
NULL
45
);
46
ASSERT_EFI_ERROR
(Status);
47
return
EFI_SUCCESS
;
48
}
NULL
#define NULL
Definition:
Base.h:319
IN
#define IN
Definition:
Base.h:279
DebugLib.h
ASSERT_EFI_ERROR
#define ASSERT_EFI_ERROR(StatusParameter)
Definition:
DebugLib.h:462
PiDxe.h
Tcg2MmDependencyDxeEntryPoint
EFI_STATUS EFIAPI Tcg2MmDependencyDxeEntryPoint(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
Definition:
Tcg2MmDependencyDxe.c:31
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
EFI_HANDLE
VOID * EFI_HANDLE
Definition:
UefiBaseType.h:33
EFI_SUCCESS
#define EFI_SUCCESS
Definition:
UefiBaseType.h:112
UefiBootServicesTableLib.h
gBS
EFI_BOOT_SERVICES * gBS
Definition:
UefiBootServicesTableLib.c:17
EFI_NATIVE_INTERFACE
@ EFI_NATIVE_INTERFACE
Definition:
UefiSpec.h:1193
EFI_SYSTEM_TABLE
Definition:
UefiSpec.h:2028
SecurityPkg
Tcg
Tcg2Smm
Tcg2MmDependencyDxe.c
Generated on Fri Nov 15 2024 18:01:24 for TianoCore EDK2 by
1.9.6