1234567891011121314151617181920212223242526272829303132333435 |
- {
- "_comment": [
- "This is the configuration file to pre-pack files to pac.",
- "It contains a list of _files_, and for each file,",
- "_file_ is the absolute path in target, and _local_file_",
- "is the path in host. When _local_file_ is relative path,",
- "it is related to the directory of this configuration file.",
- "Also @SOURCE_TOP_DIR@ and @BINARY_TOP_DIR@ will be substitued",
- "to the absolte of current build.",
- "",
- "When it is empty, PREPACK won't be inserted into pac."
- ],
- "files": [
- {
- "file": "/qsfs/quectel_pcm_resource_00.bin",
- "local_file": "quectel_pcm_resource_00.bin"
- },
- {
- "file": "/qsfs/quectel_pcm_resource_01.bin",
- "local_file": "quectel_pcm_resource_01.bin"
- },
- {
- "file": "/qsfs/quectel_pcm_resource_02.bin",
- "local_file": "quectel_pcm_resource_02.bin"
- },
- {
- "file": "/qsfs/quectel_pcm_resource_ff.bin",
- "local_file": "quectel_pcm_resource_ff.bin"
- },
- {
- "file": "/user/bt_ota.bin",
- "local_file": "quectel_bt_ota_firmware.bin"
- }
- ]
- }
|