Skip to content

upgrade_manifest

Required: No
Type: List of objects

List of paths to SDK upgrade manifest files with the .slcu extension. The upgrade manifest file contains information about how to transform project content when the SDK is upgraded to a different version than the one originally used to generate the project.

Each manifest reference has a single property path.

Example

1
2
3
upgrade_manifest:
  - path: platform/upgrade.slcu
  - path: protocol/bluetooth/upgrade.slcu
Back to top