Updated modules to not depend on the IntelFrameworkPkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3162 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -19,15 +19,8 @@ Abstract:
|
||||
Revision History
|
||||
--*/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "Terminal.h"
|
||||
|
||||
#include "FrameworkDxe.h"
|
||||
|
||||
//
|
||||
// This list is used to define the valid extend chars.
|
||||
// It also provides a mapping from Unicode to PCANSI or
|
||||
@@ -145,7 +138,7 @@ TerminalConOutReset (
|
||||
//
|
||||
REPORT_STATUS_CODE_WITH_DEVICE_PATH (
|
||||
EFI_PROGRESS_CODE,
|
||||
EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_PC_RESET,
|
||||
PcdGet32 (PcdStatusCodeValueRemoteConsoleReset),
|
||||
TerminalDevice->DevicePath
|
||||
);
|
||||
|
||||
@@ -156,7 +149,7 @@ TerminalConOutReset (
|
||||
//
|
||||
REPORT_STATUS_CODE_WITH_DEVICE_PATH (
|
||||
EFI_ERROR_CODE | EFI_ERROR_MINOR,
|
||||
EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_CONTROLLER_ERROR,
|
||||
PcdGet32 (PcdStatusCodeValueRemoteConsoleError),
|
||||
TerminalDevice->DevicePath
|
||||
);
|
||||
|
||||
@@ -360,7 +353,7 @@ TerminalConOutOutputString (
|
||||
OutputError:
|
||||
REPORT_STATUS_CODE_WITH_DEVICE_PATH (
|
||||
EFI_ERROR_CODE | EFI_ERROR_MINOR,
|
||||
EFI_PERIPHERAL_REMOTE_CONSOLE | EFI_P_EC_OUTPUT_ERROR,
|
||||
PcdGet32 (PcdStatusCodeValueRemoteConsoleOutputError),
|
||||
TerminalDevice->DevicePath
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user