In the SWS of UCM described there having a Vehicle Package Manifest which contains Software Cluster info. But I cannot find the definition of Vehicle Package Manifest in the TPS. only find this in the EXP_PlatformDesgin.
- List of backend packages: a list of SWCL names
- Dependencies: dependencies between Software Clusters that will overrule the already defined dependencies in Software Package
Manifest. Typically used by vehicle systems integrator to add
dependencies related to vehicle systems that backend package supplier is not aware of.- Origin: uri, repository or diagnostic address, for history, tracking and security purposes
- Version
- Vehicle target: vehicle description
- Campaign orchestration: Below is a model example.
- Why there is no definition of
Vehicle Package Manifest
in the TPS? - Why there having two
SoftwarePackageManifest
one in theVehiclePackageManifest
and another in theSoftwarePackage
? Is that the same thing?
Update:
- Why there is no definition of
Vehicle Package Manifest
in the TPS?
I found the answer in R19-11 TPS_ManifestSpecification.
About the second question, I still didn't find a clear definition of SoftwarePackageManifest.arxml
(The red one in the picture) in R19-11. I am trying to implement the Packager
tool for both Software Package
and Backend Package
. So I need to figure out
What is the usage of SoftwarePackageManifest
? Does it design for Backend or UCM Master?
Whether the SoftwarePackageManifest.arxml
is generated before the tool Packaging as input or during Packaging as output.