1 /** @file
2   Header file for Smm Debug Agent Library instance.
3 
4   Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>
5   SPDX-License-Identifier: BSD-2-Clause-Patent
6 
7 **/
8 
9 #ifndef _SMM_DEBUG_AGENT_LIB_H_
10 #define _SMM_DEBUG_AGENT_LIB_H_
11 
12 #include <PiDxe.h>
13 
14 #include <Library/UefiLib.h>
15 #include <Library/SmmServicesTableLib.h>
16 
17 #include "DebugAgent.h"
18 
19 #endif
20