TianoCore EDK2 master
|
#include <PiDxe.h>
#include <Protocol/SerialIo.h>
#include <Protocol/DevicePath.h>
#include <Protocol/PiPcd.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/UefiLib.h>
#include <Library/DevicePathLib.h>
#include <Library/MemoryAllocationLib.h>
#include "DebugAgent.h"
Go to the source code of this file.
Functions | |
VOID | InstallSerialIo (VOID) |
Header file for Dxe Core Debug Agent Library instance.
Copyright (c) 2010 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file DxeDebugAgentLib.h.
VOID InstallSerialIo | ( | VOID | ) |
Install EFI Serial IO protocol based on Debug Communication Library.
Definition at line 364 of file SerialIo.c.