]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SourceLevelDebugPkg/Library/DebugAgent/DxeDebugAgent/DxeDebugAgentLib.h
This revision can only work with Intel(c) UDK Debugger Tool version 1.2 or greater...
[mirror_edk2.git] / SourceLevelDebugPkg / Library / DebugAgent / DxeDebugAgent / DxeDebugAgentLib.h
index 7d78c5183bab60f3499983247c0106c730832a3b..ab561812cd0cb5b1da14d209869b917feb5fcf32 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Header file for Dxe Core Debug Agent Library instance.\r
 \r
-  Copyright (c) 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2012, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
 \r
 #include <PiDxe.h>\r
 \r
+#include <Protocol/SerialIo.h>\r
+#include <Protocol/DevicePath.h>\r
+#include <Protocol/PiPcd.h>\r
+\r
 #include <Library/UefiBootServicesTableLib.h>\r
 #include <Library/UefiLib.h>\r
+#include <Library/DevicePathLib.h>\r
 \r
 #include "DebugAgent.h"\r
 \r
+/**\r
+  Notification function on EFI PCD protocol to install EFI Serial IO protocol based\r
+  on Debug Communication Library. \r
+\r
+  @param[in]  Event    The event of notify protocol.\r
+  @param[in]  Context  Notify event context.\r
+\r
+**/\r
+VOID\r
+EFIAPI\r
+InstallSerialIoNotification (\r
+  IN EFI_EVENT     Event,\r
+  IN VOID          *Context\r
+  );\r
+  \r
 #endif\r