cogu / autosar

A set of python modules for working with AUTOSAR XML files
MIT License
380 stars 165 forks source link

Disabled automatic creation of port API options for NvBlockComponent #63

Closed kallemooo closed 4 years ago

kallemooo commented 4 years ago

SWC port API options is not always used and the automatic creation of default port API options causes it to be added even when not used.

This support can be used in all SWC types by setting the parameter autoCreatePortAPIOptions to false.