ql_prepack_tts_bt.json 1013 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "_comment": [
  3. "This is the configuration file to pre-pack files to pac.",
  4. "It contains a list of _files_, and for each file,",
  5. "_file_ is the absolute path in target, and _local_file_",
  6. "is the path in host. When _local_file_ is relative path,",
  7. "it is related to the directory of this configuration file.",
  8. "Also @SOURCE_TOP_DIR@ and @BINARY_TOP_DIR@ will be substitued",
  9. "to the absolte of current build.",
  10. "",
  11. "When it is empty, PREPACK won't be inserted into pac."
  12. ],
  13. "files": [
  14. {
  15. "file": "/qsfs/quectel_pcm_resource_00.bin",
  16. "local_file": "quectel_pcm_resource_00.bin"
  17. },
  18. {
  19. "file": "/qsfs/quectel_pcm_resource_01.bin",
  20. "local_file": "quectel_pcm_resource_01.bin"
  21. },
  22. {
  23. "file": "/qsfs/quectel_pcm_resource_02.bin",
  24. "local_file": "quectel_pcm_resource_02.bin"
  25. },
  26. {
  27. "file": "/qsfs/quectel_pcm_resource_ff.bin",
  28. "local_file": "quectel_pcm_resource_ff.bin"
  29. },
  30. {
  31. "file": "/user/bt_ota.bin",
  32. "local_file": "quectel_bt_ota_firmware.bin"
  33. }
  34. ]
  35. }