From 97a079edfb4b6454b31ccd4db3302655d835d98f Mon Sep 17 00:00:00 2001 From: AJFISH Date: Mon, 9 Jul 2007 23:39:54 +0000 Subject: 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 --- .../Console/ConSplitterDxe/CommonHeader.h | 61 ---------------------- 1 file changed, 61 deletions(-) delete mode 100644 MdeModulePkg/Universal/Console/ConSplitterDxe/CommonHeader.h (limited to 'MdeModulePkg/Universal/Console/ConSplitterDxe/CommonHeader.h') diff --git a/MdeModulePkg/Universal/Console/ConSplitterDxe/CommonHeader.h b/MdeModulePkg/Universal/Console/ConSplitterDxe/CommonHeader.h deleted file mode 100644 index 7feaec4161..0000000000 --- a/MdeModulePkg/Universal/Console/ConSplitterDxe/CommonHeader.h +++ /dev/null @@ -1,61 +0,0 @@ -/**@file - Common header file shared by all source files. - - This file includes package header files, library classes and protocol, PPI & GUID definitions. - - Copyright (c) 2006 - 2007, Intel Corporation - All rights reserved. This program and the accompanying materials - are licensed and made available under the terms and conditions of the BSD License - which accompanies this distribution. The full text of the license may be found at - http://opensource.org/licenses/bsd-license.php - THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, - WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -**/ - -#ifndef __COMMON_HEADER_H_ -#define __COMMON_HEADER_H_ - - -// -// The package level header files this module uses -// -#include -// -// The protocols, PPI and GUID defintions for this module -// -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -// -// The Library classes this module consumes -// -#include -#include -#include -#include -#include -#include -#include -// -// Driver Binding Externs -// -extern EFI_DRIVER_BINDING_PROTOCOL gConSplitterConInDriverBinding; -extern EFI_COMPONENT_NAME_PROTOCOL gConSplitterConInComponentName; -extern EFI_DRIVER_BINDING_PROTOCOL gConSplitterSimplePointerDriverBinding; -extern EFI_COMPONENT_NAME_PROTOCOL gConSplitterSimplePointerComponentName; -extern EFI_DRIVER_BINDING_PROTOCOL gConSplitterConOutDriverBinding; -extern EFI_COMPONENT_NAME_PROTOCOL gConSplitterConOutComponentName; -extern EFI_DRIVER_BINDING_PROTOCOL gConSplitterStdErrDriverBinding; -extern EFI_COMPONENT_NAME_PROTOCOL gConSplitterStdErrComponentName; - - -#endif -- cgit v1.2.3