blob: cfacea666dad7f56b0a91c0a3c91f070742e748d [file] [log] [blame]
/**
* @file HLSEAPI.h
* @author NXP Semiconductors
* @version 1.0
* @par License
*
* Copyright 2017 NXP
* SPDX-License-Identifier: Apache-2.0
*
* @par Description
* Host Lib wrapper API
*
* @par HISTORY
*
*/
#ifndef _HLSE_API_H_
#define _HLSE_API_H_
#include "HLSETypes.h"
#include "HLSEObjects.h"
#include "HLSECrypto.h"
#include "HLSEComm.h"
#include "HLSEMisc.h"
// HLSE stands for: Host Library Secure Element
#endif // _HLSE_API_H_