applications
In this section:
Information type
Applications
Syntax
"applications": [ "app_part1"[, "app_part2",...]" ]
Parameters
| A Motorola S-record (SREC) written as a base64-encoded string, or a file path (string). |
For use with
The product configuration file for all eSecIP editions.
Description
Use this field to provide your application or application parts as one or more base64-encoded Motorola S-record (SREC) strings or one or more paths to the location(s) of the application file parts. You can mix SREC records and file paths.
Note
The value is given as a list directly to the information type field. There are no configuration objects in this information type.
This information type is mandatory.
Example
"applications": [
".\\secureDisk\\MyProduct\\product_application1.srec",
".\\secureDisk\\MyProduct\\product_application2.srec"
]