From f8e462609808ff4a5b2a110735801d1fb4b9a648 Mon Sep 17 00:00:00 2001 From: Moran Peker Date: Tue, 19 Feb 2019 16:02:24 +0200 Subject: [PATCH] Attestation: move t_code folder place --- .../tfm_impl/{lib => }/t_cose/CMakeLists.txt | 0 .../COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/README.md | 0 .../tfm_impl/{lib => }/t_cose/inc/t_cose_common.h | 0 .../tfm_impl/{lib => }/t_cose/inc/t_cose_sign1_sign.h | 0 .../tfm_impl/{lib => }/t_cose/src/t_cose_crypto.h | 0 .../tfm_impl/{lib => }/t_cose/src/t_cose_defines.h | 0 .../tfm_impl/{lib => }/t_cose/src/t_cose_sign1_sign.c | 0 .../tfm_impl/{lib => }/t_cose/src/t_cose_util.c | 0 .../tfm_impl/{lib => }/t_cose/src/t_cose_util.h | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/CMakeLists.txt (100%) rename components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/README.md (100%) rename components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/inc/t_cose_common.h (100%) rename components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/inc/t_cose_sign1_sign.h (100%) rename components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/src/t_cose_crypto.h (100%) rename components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/src/t_cose_defines.h (100%) rename components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/src/t_cose_sign1_sign.c (100%) rename components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/src/t_cose_util.c (100%) rename components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/{lib => }/t_cose/src/t_cose_util.h (100%) diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/CMakeLists.txt b/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/CMakeLists.txt similarity index 100% rename from components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/CMakeLists.txt rename to components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/CMakeLists.txt diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/README.md b/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/README.md similarity index 100% rename from components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/README.md rename to components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/README.md diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/inc/t_cose_common.h b/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/inc/t_cose_common.h similarity index 100% rename from components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/inc/t_cose_common.h rename to components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/inc/t_cose_common.h diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/inc/t_cose_sign1_sign.h b/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/inc/t_cose_sign1_sign.h similarity index 100% rename from components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/inc/t_cose_sign1_sign.h rename to components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/inc/t_cose_sign1_sign.h diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_crypto.h b/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_crypto.h similarity index 100% rename from components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_crypto.h rename to components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_crypto.h diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_defines.h b/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_defines.h similarity index 100% rename from components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_defines.h rename to components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_defines.h diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_sign1_sign.c b/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_sign1_sign.c similarity index 100% rename from components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_sign1_sign.c rename to components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_sign1_sign.c diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_util.c b/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_util.c similarity index 100% rename from components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_util.c rename to components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_util.c diff --git a/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_util.h b/components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_util.h similarity index 100% rename from components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/lib/t_cose/src/t_cose_util.h rename to components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl/t_cose/src/t_cose_util.h