Data folder is where we should focus. There are 5 subfolders, bswmd, instance, template, script and generate.
This is where Basic SoftWare Module Description arxml file shall put. It is not forced, the path can be modified in GUI. V4.4.0 AUTOSAR_MOD_ECUConfigurationParameters.arxml is put inside as an example.
This is where ECU parameter arxml file shall put. It is not forced, the path can be modified in GUI. Adc, Can, CanIf, CanNm, CanSM, CanTp, CanTrcv, Com, Dcm, Dem, EcuC and Pdur arxml initial arxml is inside. These files is just a header with no actual value inside.
Backup folder of instance folder.
It is possible to use C# script to visit container or parameter by exposed API inside Autosar Configurator. Add, delete, update and search is possible. User can use script to realize his special configuration check. These script are fored to put inside script folder. In order to well organized, folder is allowed to contain all related script files inside. Script file shall has extension of cs. There is no project to develop script now, user need to type script without the help of Visual Studio intellicode. It will be available soon.
Generate folder is not finished, it is useless now.