1#This file define how pack aml_upgrade_package image 2 3[LIST_NORMAL] 4#partition images, don't need verfiy 5file="u-boot.bin" main_type= "USB" sub_type="DDR" 6file="u-boot.bin" main_type= "USB" sub_type="UBOOT" 7file="u-boot.bin" main_type="UBOOT" sub_type="aml_sdc_burn" 8file="platform.conf" main_type= "conf" sub_type="platform" 9file="aml_sdc_burn.ini" main_type="ini" sub_type="aml_sdc_burn" 10file="dtb.img" main_type="dtb" sub_type="meson1" 11 12[LIST_VERIFY] 13#partition images with verify 14file="boot.img" main_type="PARTITION" sub_type="boot" 15file="updater.img" main_type="PARTITION" sub_type="updater" 16file="system.img" main_type="PARTITION" sub_type="system" 17file="vendor.img" main_type="PARTITION" sub_type="vendor" 18file="userdata.img" main_type="PARTITION" sub_type="data" 19file="u-boot.bin" main_type="PARTITION" sub_type="bootloader" 20file="dtb.img" main_type="PARTITION" sub_type="_aml_dtb" 21file="sys_prod.img" main_type="PARTITION" sub_type="sys_prod" 22file="chip_prod.img" main_type="PARTITION" sub_type="chip_prod"