List of Components objects
July 30, 2024
ID 264809
The list of components
objects includes keys containing information about the components added to the KPA package of the program. A list of these keys is provided in the table below.
Please note that the current version of the Kaspersky IoT Secure Gateway 1000 SDK does not support the manifestLocale
component type or localized strings.
List of keys for describing a component instance in the list of components objects
Key name | Value type | Description | Required | Example |
---|---|---|---|---|
| String | The name of the component. | Yes | "name": "imageHighResolution" |
| String | Path of the directory relative to the path "/<package name>/res" where this component should be installed. It is used if | No | "directoryPath": "images/highResolution" |
| String | Checksum of the component file. | Yes | "digest": "2d541fe063c195a3b8a90204f2c234e1b5daf664db381faa4f2b81067733d6c3" |
| String | Component type:
| Yes | "componentType": "res" |