COVESA / franca_ara_tools

Translation between Franca Interface Description Language and AUTOSAR XML interface description language
Eclipse Public License 2.0
43 stars 13 forks source link

F2A: Copy standard ARXML files into the output folder #116

Closed TorstenGoerg closed 5 years ago

TorstenGoerg commented 5 years ago

The plugin project "org.genivi.faracon" encompasses the standard ARXML files "stdtypes.arxml" and "stdtypes_vectors.arxml" to handle primitive AUTOSAR types and anonymous arrays of them. If an ARXML files which is generated during a Franca to AUTOSAR conversion is dependent on these standard files they should be written to the output folder together with the conversion result. Otherwise the dependencies of the generted conversion result could not be externally resolved. A standard ARXML files should only be copied to the output if the conversion result really refers to it.