#ifndef __IFAA_TEE_COMMON_H__
#define __IFAA_TEE_COMMON_H__

#include "tzWrappers/TzwCommon.h"
#include "ta_macro.h"

#if defined(TZ_MODEL_QCOM)
    #include <gpTypes.h>

    #include <qsee_stor.h>

    #include <qsee_hash.h>
    #include <qsee_rsa.h>

    #include <qsee_sfs.h>
    #include <qsee_fs.h>

    #include <qsee_ecc.h>

#elif defined(TZ_MODEL_BLOWFISH)
    #include <stdio.h>
    #include <string.h>
    #include <unistd.h>
    //#include <tee_internal_api.h>
    #include <tees_secure_object.h>
#endif

#endif /* ifaa_tee_common_h */
