这段源码是用于MTK平台设备固件更新的重要工具,具有高效、稳定的特性。它为开发者提供了深入了解和学习移动设备底层操作系统的宝贵机会。
#ifndef SPMETA_DLL_H
#include spmeta.h
#endif
#ifndef _SLA_CHALLENGE_H_
#include sla_challenge.h
#endif
#ifndef _MULTIPORT_COMMON_H_
#include Multiport_Common.h
#endif
#ifndef _FORM_MULTILOAD_H_
#include Form/form_MultiLoad.h
#endif
#ifndef _MD_MSG_
#include MD_msg.h
#endif
#ifndef _EBOOT_INTERFACE_H_
#include ..\Eboot\interface.h
#endif
#ifndef _FLASHDOWNLOAD_H_
#include FlashDownLoad.h
#endif
#ifndef _MUTLIPORTFLASHDOWNLOADTOOL_H_
#include MultiPortFlashDownloadTool.h
#endif
#ifndef _FACTORY_COMMON_H_
#include factory_common.h
#endif
using namespace std;
// EDGE card
#ifndef _T_PCMCIA_H_
#include t_pcmcia.h
#endif
#pragma package(smart_init)
#define CHECK_TERMINATED if( this->Terminated ) { goto clean; } // for android usb port find
DEFINE_GUID(Guid_ANDROID_USB2Ser,0xA5DCBF10L,0x6530,0x11D2,0x90,0x1F,0x00,0xC0,0x4F, 0xB9,0x51,0xED);