I'm using S32DS v3.5, SDK v2.0.1
When I'm using I2c_IP_LPI2C_Transfer_S32K312_example, it generates the driver code with the name xx_VS_0_PBcfg.c (Right side)
And when I'm using another example or a new project, it generate the driver code with the name xx_BOARD_Init_Peripherals_PBcfg.c (Left side)
The configurations are the same, but why they generate the files of different names?

Thanks