#ifndef __TA_CONFIG_H__
#define __TA_CONFIG_H__

//#define USE_IFAA_IMPL
#define USE_SAMSUNG_IMPL

#ifndef USE_IFAA_IMPL
#define MACRO_IFAA_IMPL_MARKER        \
        __attribute__((weak))
#else /* ! USE_IFAA_IMPL */
#define MACRO_IFAA_IMPL_MARKER
#endif /* USE_IFAA_IMPL*/

#ifndef USE_SAMSUNG_IMPL
#define MACRO_SAMSUNG_IMPL_MARKER     \
        __attribute__((weak))
#else /* ! USE_SAMSUNG_IMPL */
#define MACRO_SAMSUNG_IMPL_MARKER
#endif /* USE_SAMSUNG_IMPL */


#ifdef TA_RELEASE
#undef __DEV_DEBUG__
#endif /* __DEV_DEBUG__ */

#define TA_LOG_TAG  __TA_LOG_TAG__

#define TRANSMIT_LOG_TO_CA

#endif /* __TA_CONFIG_H__ */
