#ifndef __EM_TA_H
#define __EM_TA_H

#include <stdint.h>

#include "em_constants.h"
#include "em_data_structure.h"
#include "em_error.h"
#include "em_log.h"
#include "em_context.h"

#include "em_memory_lite.h"
#include "em_crypto.h"
#include "em_client_manager.h"

#endif
