#ifndef __EM_VERSION_H
#define __EM_VERSION_H

/*
 * =====================================================================================
 *
 *       Filename:  em_verfsion.h
 *
 *    Description:  version management.
 *
 *         Author:  Daehoon Ko   (), d14.ko@samsung.com
 *
 * Collaborator#1:  Gimin Kim    (), gimin1224.kim@samsung.com
 *
 * Collaborator#2:  Dongpyo Yang (), dongpyo.yang@samsung.com
 *
 *        Company:  Samsung Electronics
 *
 *        Copyright (c) 2020 by Samsung Electronics, All rights reserved.
 *
 * =====================================================================================
 *
 * =====================================================================================
 * Version history.
 *
 * 30.0.0 - [SWD] Initial commit(Support R OS)
 * 30.0.1 - [SWD] Fix check provisioning return value
 *                Add logic about checking core all zero
 * 30.0.2 - [SWD] Fix return value of rpmb read function (Qualcomm)
 * 30.0.3 - [SWD] Recovery error because parameter of making key function isn't normal
 * 30.0.4 - [SWD] Add 'System' permission for Qualcomm
 * 30.0.5 - [SWD] Add no count flags for em app & bootloader
 * =====================================================================================
 */

#define EM_MODULE_VERSION           "30.0.5"

#define EM_PROTOCOL_VERSION_20      "0002"
#define EM_PROTOCOL_VERSION_30      "0003"

#define EM_TA_RP 0

#endif
