aboutsummaryrefslogtreecommitdiff
path: root/interface/include/tfm_sst_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'interface/include/tfm_sst_defs.h')
-rw-r--r--interface/include/tfm_sst_defs.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/interface/include/tfm_sst_defs.h b/interface/include/tfm_sst_defs.h
index 3a5e8197f6..9132cce767 100644
--- a/interface/include/tfm_sst_defs.h
+++ b/interface/include/tfm_sst_defs.h
@@ -15,23 +15,6 @@ extern "C" {
/* Invalid UID */
#define TFM_SST_INVALID_UID 0
-#ifdef TFM_PSA_API
-/*
- * Defines for SID and minor version number. These SIDs should align with the
- * value in service manifest file.
- */
-#define TFM_SST_SET_SID (0x00000060)
-#define TFM_SST_SET_MIN_VER (0x0001)
-#define TFM_SST_GET_SID (0x00000061)
-#define TFM_SST_GET_MIN_VER (0x0001)
-#define TFM_SST_GET_INFO_SID (0x00000062)
-#define TFM_SST_GET_INFO_MIN_VER (0x0001)
-#define TFM_SST_REMOVE_SID (0x00000063)
-#define TFM_SST_REMOVE_MIN_VER (0x0001)
-#define TFM_SST_GET_SUPPORT_SID (0x00000064)
-#define TFM_SST_GET_SUPPORT_MIN_VER (0x0001)
-#endif
-
#ifdef __cplusplus
}
#endif