version.mak

来自「MTK手机平台下载工具FLASHTOOL驱动源码」· MAK 代码 · 共 38 行

MAK
38
字号
#*******************************************************************************
#  Copyright Statement:
#  --------------------
#  This software is protected by Copyright and the information contained
#  herein is confidential. The software may not be copied and the information
#  contained herein may not be used or disclosed except with the written
#  permission of MediaTek Inc. (C) 2003
#
#*******************************************************************************

#*******************************************************************************
#
#  Filename:
#  ---------
#    version.mak
#
#  Project:
#  --------
#    DOWNLOAD AGENT
#
#  Description:
#  ------------
#    makefile store DA version
#
#  Author:
#  -------
#	 Amos Hsu
#
#*******************************************************************************

# Download Agent Version 
DA_VERSION = 2.7.1016
DA_PREFIX = MTK_DA
DA_INFO_VER = 1
DA_INFO_MAGIC = 0x22668899
DA_MAIN_PROG_SYMBOL = Image$$$$MAIN_PROG$$$$ZI$$$$Limit

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?