You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# NAME Relative path
# 生成 backup.img, 不包含system.img
#HWDEF HWDEF
package-file package-file
bootloader ./../Image/MiniLoaderAll.bin
parameter ./../Image/parameter.txt
trust ./../Image/trust.img
uboot ./../Image/uboot.img
misc ./../Image/misc.img
kernel ./../Image/kernel.img
boot ./../Image/boot.img
recovery ./../Image/recovery.img
#system ./../Image/system.img
# 要写入backup分区的文件就是自身( update.img)
# SELF 是关键字, 表示升级文件( update.img) 自身
# 在生成升级文件时, 不加入SELF文件的内容, 但在头部信息中有记录
# 在解包升级文件时, 不解包SELF文件的内容。
# RESERVED不打包backup
backup RESERVED
#update-script update-script
#recover-script recover-script