1. Removed the unnecessary #include statements and include files
2. Removed the unnecessary library and include path from MSA files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@541 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -23,8 +23,6 @@ Abstract:
|
||||
//
|
||||
// Include files
|
||||
//
|
||||
#define EFI_SPECIFICATION_VERSION 0x00020000
|
||||
#define EDK_RELEASE_VERSION 0x00020000
|
||||
#ifdef __GNUC__
|
||||
#include <uuid/uuid.h>
|
||||
#include <sys/stat.h>
|
||||
@@ -34,19 +32,21 @@ Abstract:
|
||||
#include <io.h>
|
||||
#endif
|
||||
#include <assert.h>
|
||||
#include <Dxe.h>
|
||||
#include <Library/PeCoffLib.h>
|
||||
|
||||
#include <Common/UefiBaseTypes.h>
|
||||
#include <Common/FirmwareVolumeImageFormat.h>
|
||||
#include <Common/Variable.h>
|
||||
#include <Common/WorkingBlockHeader.h>
|
||||
#include <Guid/FirmwareFileSystem.h>
|
||||
|
||||
#include "GenFvImageLib.h"
|
||||
#include "GenFvImageLibInternal.h"
|
||||
#include <CommonLib.h>
|
||||
#include <FirmwareVolumeImageFormat.h>
|
||||
#include <Crc32.h>
|
||||
#include <EfiUtilityMsgs.h>
|
||||
#include <FvLib.h>
|
||||
#include <EfiCompress.h>
|
||||
#include <Variable.h>
|
||||
#include <WinNtInclude.h>
|
||||
#include <WorkingBlockHeader.h>
|
||||
#include "CommonLib.h"
|
||||
#include "Crc32.h"
|
||||
#include "EfiUtilityMsgs.h"
|
||||
#include "FvLib.h"
|
||||
#include "EfiCompress.h"
|
||||
#include "WinNtInclude.h"
|
||||
|
||||
|
||||
//
|
||||
|
@@ -26,7 +26,9 @@ Abstract:
|
||||
//
|
||||
// Include files
|
||||
//
|
||||
// #include "Efi2WinNT.h"
|
||||
#include <Common/UefiBaseTypes.h>
|
||||
#include <Common/MultiPhase.h>
|
||||
|
||||
#include "ParseInf.h"
|
||||
|
||||
//
|
||||
|
@@ -26,10 +26,12 @@ Abstract:
|
||||
//
|
||||
// Include files
|
||||
//
|
||||
#include "GenFvImageLib.h"
|
||||
#include <stdlib.h>
|
||||
#include <CommonLib.h>
|
||||
#include "FirmwareVolumeHeader.h"
|
||||
|
||||
#include <Common/FirmwareVolumeHeader.h>
|
||||
|
||||
#include "CommonLib.h"
|
||||
#include "GenFvImageLib.h"
|
||||
|
||||
//
|
||||
// Private data declarations
|
||||
|
@@ -123,14 +123,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
|
||||
<includepath path="${PACKAGE_DIR}/${ToolName}"/>
|
||||
<includepath path="${PACKAGE_DIR}/Include"/>
|
||||
<includepath path="${PACKAGE_DIR}/Include"/>
|
||||
<includepath path="${PACKAGE_DIR}/Include/Ia32"/>
|
||||
<includepath path="${PACKAGE_DIR}/Include/Common"/>
|
||||
<includepath path="${PACKAGE_DIR}/Include/Protocol"/>
|
||||
<includepath path="${PACKAGE_DIR}/Include/Library"/>
|
||||
<includepath path="${PACKAGE_DIR}/Include/ToBeRemoved"/>
|
||||
<includepath path="${PACKAGE_DIR}/Common"/>
|
||||
<libset dir="${LIB_DIR}" libs="CommonTools CustomizedCompress"/>
|
||||
<libset dir="${LIB_DIR}" libs="CommonTools"/>
|
||||
|
||||
<linkerarg value="/nodefaultlib:libc.lib" unless="gcc"/>
|
||||
<syslibset dir="${syslibdirs}" libs="${syslibs}" if="gcc"/>
|
||||
<syslibset libs="RpcRT4" unless="gcc"/>
|
||||
|
Reference in New Issue
Block a user