18BOOLEAN mPostEBS =
FALSE;
40UefiDebugLibDebugPortProtocolExitBootServicesCallback (
66 mDebugBS = SystemTable->BootServices;
68 mDebugBS->CreateEvent (
69 EVT_SIGNAL_EXIT_BOOT_SERVICES,
71 UefiDebugLibDebugPortProtocolExitBootServicesCallback,
73 &mExitBootServicesEvent
95 if (mExitBootServicesEvent !=
NULL) {
96 SystemTable->BootServices->CloseEvent (mExitBootServicesEvent);
EFI_STATUS EFIAPI DxeDebugLibConstructor(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)
EFI_STATUS EFIAPI DxeDebugLibDestructor(IN EFI_HANDLE ImageHandle, IN EFI_SYSTEM_TABLE *SystemTable)