MdeModulePkg/EbcDxe: reorganize EBC header definitions
VM related defs are now in EbcVmTest.h, and opocode related definitions in Ebc.h. Because it is used by both the EBC Debugger and driver, EbcDebugSignalException() sees its definition factorized in EbcDebuggerHook.h. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Pete Batard <pete@akeo.ie> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
@ -21,12 +21,8 @@ Abstract:
|
||||
#ifndef _EFI_EDB_H_
|
||||
#define _EFI_EDB_H_
|
||||
|
||||
#include <Uefi.h>
|
||||
#include "EdbCommon.h"
|
||||
|
||||
#include "EbcInt.h"
|
||||
#include "EbcExecute.h"
|
||||
|
||||
#define EBC_DEBUGGER_MAJOR_VERSION 1
|
||||
#define EBC_DEBUGGER_MINOR_VERSION 0
|
||||
|
||||
|
@ -22,9 +22,14 @@ Abstract:
|
||||
#define _EFI_EDB_COMMON_H_
|
||||
|
||||
#include <Uefi.h>
|
||||
#include <Library/BaseLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/MemoryAllocationLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <Library/UefiLib.h>
|
||||
#include <Library/PrintLib.h>
|
||||
#include <Library/UefiBootServicesTableLib.h>
|
||||
#include <Protocol/Ebc.h>
|
||||
#include <Protocol/DebugSupport.h>
|
||||
#include <Protocol/PciRootBridgeIo.h>
|
||||
#include <Protocol/SimpleFileSystem.h>
|
||||
|
Reference in New Issue
Block a user