TRT_PAI_Process configuration module renaming
Follows the changes in !55567 (merged).
The old-style simulation configuration uses ConfiguredFactory. This uses configuration methods defined in ...Config.py
modules which are associated with a component name in various PackageNameConfigDb.py
modules.
The new ComponentAccumulator-based configuration tends to use ...Config.py
as the naming convention for the configuration modules, but in Simulation we have typically used ...ConfigNew.py
to avoid a naming clash. This MR renames all the ConfiguredFactory ...Config.py
modules under TRT_PAI_Process
to ...ConfigLegacy.py
. In the second commit we rename the modules containing the CA-based configuration for TRT_PAI_Process
packages from ...ConfigNew.py
to ...Config.py
so that they are consistent with the rest of the CA-based configuration.
NB Please consider the changes in the two commits separately as the combination makes it look like the changes are more complex than they actually are.