Removed CommonHeader.h generated file from the MdePkg.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2922 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
|
||||
#include "BasePeCoffLibInternals.h"
|
||||
|
||||
|
@@ -45,7 +45,6 @@
|
||||
[Sources.common]
|
||||
BasePeCoffLibInternals.h
|
||||
BasePeCoff.c
|
||||
CommonHeader.h
|
||||
|
||||
[Sources.Ia32]
|
||||
Ia32/PeCoffLoaderEx.c
|
||||
|
@@ -17,10 +17,13 @@
|
||||
#ifndef __BASE_PECOFF_LIB_INTERNALS__
|
||||
#define __BASE_PECOFF_LIB_INTERNALS__
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include <Base.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <IndustryStandard/PeImage.h>
|
||||
|
||||
|
||||
|
||||
/**
|
||||
Performs an Itanium-based specific relocation fixup and is a no-op on other
|
||||
|
@@ -1,32 +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, 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 <Base.h>
|
||||
//
|
||||
// The Library classes this module consumes
|
||||
//
|
||||
#include <Library/PeCoffLib.h>
|
||||
#include <Library/BaseMemoryLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
||||
#include <IndustryStandard/PeImage.h>
|
||||
|
||||
#endif
|
@@ -14,13 +14,7 @@
|
||||
|
||||
**/
|
||||
|
||||
|
||||
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include "BasePeCoffLibInternals.h"
|
||||
|
||||
/**
|
||||
Performs an EBC specific relocation fixup.
|
||||
|
@@ -14,15 +14,9 @@
|
||||
|
||||
**/
|
||||
|
||||
#include "BasePeCoffLibInternals.h"
|
||||
|
||||
|
||||
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
/**
|
||||
Performs an IA-32 specific relocation fixup.
|
||||
|
||||
|
@@ -14,11 +14,6 @@
|
||||
|
||||
**/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
|
||||
#include "BasePeCoffLibInternals.h"
|
||||
|
||||
|
||||
|
@@ -12,10 +12,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
**/
|
||||
|
||||
//
|
||||
// Include common header file for this module.
|
||||
//
|
||||
#include "CommonHeader.h"
|
||||
#include "BasePeCoffLibInternals.h"
|
||||
|
||||
/**
|
||||
Performs an x64 specific relocation fixup.
|
||||
|
Reference in New Issue
Block a user