summaryrefslogtreecommitdiffstats
path: root/security/tf_daemon/s_version.h
diff options
context:
space:
mode:
authorTrusted Logic <smc_support@trusted-logic.com>2012-01-27 14:35:31 -0600
committerHashcode <hashcode0f@gmail.com>2015-02-02 16:20:20 -0800
commit5ecc7eacd32653947b73bf442fd61833b6360e46 (patch)
tree0cfa44e5e10fdb573c0522ea19f1aeb52e9c76de /security/tf_daemon/s_version.h
parent42312109c9a5f1c400c18700a2867edf1ef674ce (diff)
downloadandroid_hardware_ti_omap4-5ecc7eacd32653947b73bf442fd61833b6360e46.tar.gz
android_hardware_ti_omap4-5ecc7eacd32653947b73bf442fd61833b6360e46.tar.bz2
android_hardware_ti_omap4-5ecc7eacd32653947b73bf442fd61833b6360e46.zip
Security: tf_daemon: Update to 1.06e1
The user-space SMC Daemon is takes care in particular of the effective storage of the SMC secure storage within the device file system. The files in which the SMC persistent data are stored are defined in the Normal-World Configuration File. All the security properties such as confidentiality, integrity, atomicity, anti-rollback and bounding to the device are managed at the SMC PA level. (cherry picked from commit c08b0dc330e67f33fa0a8fb9c62f38b07a9103c9) Change-Id: I62714c8bb3b43ef2897a4b0efd49f88700a1ce55 Signed-off-by: Bryan Buckley <bryan.buckley@ti.com>
Diffstat (limited to 'security/tf_daemon/s_version.h')
-rw-r--r--security/tf_daemon/s_version.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/security/tf_daemon/s_version.h b/security/tf_daemon/s_version.h
index d112ea0..dd43c6a 100644
--- a/security/tf_daemon/s_version.h
+++ b/security/tf_daemon/s_version.h
@@ -58,15 +58,15 @@
/*
* This version number must be updated for each new release
*/
-#define S_VERSION_MAIN "01.04"
-#define S_VERSION_RESOURCE 1,4,0,S_VERSION_BUILD
+#define S_VERSION_MAIN "01.06"
+#define S_VERSION_RESOURCE 1,6,0,S_VERSION_BUILD
/*
* If this is a patch or engineering version use the following
* defines to set the version number. Else set these values to 0.
*/
-#define S_VERSION_PATCH 11
-#define S_VERSION_ENG 0
+#define S_VERSION_ENG 1
+#define S_VERSION_PATCH 0
#ifdef S_VERSION_BUILD
/* TRICK: detect if S_VERSION is defined but empty */
@@ -105,8 +105,8 @@
S_VERSION_OS \
S_VERSION_PLATFORM \
S_VERSION_MAIN \
- _S_VERSION_PATCH \
_S_VERSION_ENG \
+ _S_VERSION_PATCH \
"." __STRINGIFY2(S_VERSION_BUILD) " " \
S_VERSION_VARIANT