app.xm 308 B

12345678910
  1. #include "config.h"
  2. depend(0x01030500);
  3. setflash(1, FLASH_SIZE, 1, 0, 0);
  4. setspace(0x2000);
  5. #if SYS_SUPPORT_DONGLE_EN
  6. setauth(0xDF1655BC, soft_key); //加密狗
  7. #endif
  8. setid(11111111-1111-1111-1111-111111111111);
  9. make(dcf_buf, header.bin, app.bin, res.bin, xcfg.bin, updater.bin);
  10. save(dcf_buf, app.dcf);