11// AXIVION FILE Style AutosarC++19_03-A2.8.1: File provides global configuration constants and defines.
12
13// This can not be used with a binary runtime.
14#ifdef _UNITTEST
15// in case of Win32, we use the STL functionality
16#ifndef USE_STL
17#define USE_STL
18#endif // USE_STL
19#endif // _UNITTEST
20
21// Activates the custom TestBase. If defined, the unit test project must provide an impementation of the TestBase class.
22// AXIVION Next Line AutosarC++19_03-A2.7.2: Depending on project active
23// #define TEST_BASE_CUSTOM
24
25// Suppress definition of the default exception handlers in the HAL so the application can implement custom ones. This will be automatically set if DATAFLOW_BSP is set.
26// This can not be used with a binary runtime.
27// AXIVION Next Line AutosarC++19_03-A2.7.2: Depending on project active