#ifndef __COMMON_VERSION_H_INCLUDED__
#define __COMMON_VERSION_H_INCLUDED__

#define COMMON_VERSION "5.0.25"

// 5.0.25 : 2021.12.27 : Fix bug on createServiceKey api.
// 5.0.24 : 2020.12.23 : MPOS service is added to service list
// 5.0.23 : 2021.06.30 : Check the Return object for prevent force reboot.
// 5.0.22 : 2021.02.19 : strengthen DRK verification by matching Device info.
// 5.0.21 : 2021.01.22 : DRK restoration routine is updated.
// 5.0.20 : 2020.12.23 : KFA service is added to service list of TEEGRIS
// 5.0.19 : 2020.12.16 : TMF service is added to service list of TEEGRIS
// 5.0.18 : 2020.12.16 : Check "ro.security.keystore.keytype" property for check the sak version.
// 5.0.17 : 2020.11.30 : Save createServiceKey results to efs/issued.log 
//                       Remove efs/issued.log when the DRK Certificate is successfully writtne.
// 5.0.16 : 2020.11.17 : Modify ROOT_LOG_PATH from /mnt/vendor/efs/prov to /data/vendor/log.
// 5.0.15 : 2020.11.06 : Implement readDrkBlob from Hwvault. 
// 5.0.14 : 2020.11.02 : ProvisionKey on shutdown at userbinary on SM8350.
// 5.0.13 : 2020.10.28 : ProvisionKey on first booting at userbinary on SM8350.
// 5.0.12 : 2020.10.27 : Modify SecureNvmPowerOn/Off function.
// 5.0.11 : 2020.10.20 : Return success on VerifyKeyprovision API, in case of ERR_SKIP_ARI_MODE.
// 5.0.10 : 2020.10.13 : Disable selftest of spu version temporarilly.
// 5.0.9  : 2020.10.13 : Fix build error when SGAK feature is disabled.
// 5.0.8  : 2020.10.12 : Enable SPU function.
// 5.0.7  : 2020.09.25 : Initialize prov and skm handle at the error case
// 5.0.6  : 2020.09.16 : Disable spu selftest,getinfo on Palette QC.
// 5.0.5  : 2020.09.08 : Enable key provision on QC also.
// 5.0.4  : 2020.09.08 : Null check of BufLen on pdpcmd.
// 5.0.3  : 2020.09.08 : Fix bug on ssp selftest.
// 5.0.2  : 2020.09.02 : Implement provision_AK on QC.
// 5.0.1  : 2020.08.03 : Enable local build using ' BUILD_DUMMY_VENDOR_DRK_PROCESS' feature even if there is no Confidential authority.
// 5.0.0  : 2020.06.30 : The new integration of DRK is released with V5

#endif /* __CL_VERSION_H_INCLUDED__ */
