Skip to content

RingerSelectorTools: Separate out enum definitions into a separate dictionary.

Loading Athena shared libraries during job configuration can lead to crashes. This package was loading its library in order to get enum definitions during configuration. Move these enum definitions, and also ElectronTAccept, into a separate library/dictionary with no link dependencies on other Athena libraries.

Merge request reports