mirror of https://github.com/ARMmbed/mbed-os.git
psa: Put Mbed PSA implementation into MBED_PSA_SRV
Signed-off-by: Jaeden Amero <jaeden.amero@arm.com>pull/13003/head
parent
8b5a2ff2d9
commit
b44a263729
|
@ -1,11 +1,11 @@
|
||||||
^BUILD
|
^BUILD
|
||||||
^cmsis
|
^cmsis
|
||||||
^components/TARGET_PSA/services/attestation/attestation.h
|
^components/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation/attestation.h
|
||||||
^components/TARGET_PSA/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
|
^components/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation/COMPONENT_PSA_SRV_IMPL/tfm_impl
|
||||||
^components/TARGET_PSA/services/attestation/qcbor
|
^components/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation/qcbor
|
||||||
^components/TARGET_PSA/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_struct_ipc.h
|
^components/TARGET_PSA/TARGET_MBED_PSA_SRV/services/crypto/COMPONENT_PSA_SRV_IPC/crypto_struct_ipc.h
|
||||||
^components/TARGET_PSA/TARGET_TFM
|
^components/TARGET_PSA/TARGET_MBED_PSA_SRV/TARGET_TFM
|
||||||
^components/TARGET_PSA/TESTS
|
^components/TARGET_PSA/TARGET_MBED_PSA_SRV/TESTS
|
||||||
^features/cryptocell
|
^features/cryptocell
|
||||||
^features/FEATURE_BLE
|
^features/FEATURE_BLE
|
||||||
^features/frameworks
|
^features/frameworks
|
||||||
|
|
|
@ -6,7 +6,7 @@ Folders containing files under different permissive license than Apache 2.0 are
|
||||||
- [cmsis](./cmsis) - MIT, BSD-3-Clause
|
- [cmsis](./cmsis) - MIT, BSD-3-Clause
|
||||||
- [components/802.15.4_RF/mcr20a-rf-driver](./components/802.15.4_RF/mcr20a-rf-driver) - BSD-3-Clause
|
- [components/802.15.4_RF/mcr20a-rf-driver](./components/802.15.4_RF/mcr20a-rf-driver) - BSD-3-Clause
|
||||||
- [components/TARGET_PSA/TARGET_TFM](./components/TARGET_PSA/TARGET_TFM) - BSD-3-Clause
|
- [components/TARGET_PSA/TARGET_TFM](./components/TARGET_PSA/TARGET_TFM) - BSD-3-Clause
|
||||||
- [components/TARGET_PSA/TARGET_PSA/services/attestation](./components/TARGET_PSA/services/attestation) - BSD-3-Clause
|
- [components/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation](./components/TARGET_PSA/TARGET_MBED_PSA_SRV/services/attestation) - BSD-3-Clause
|
||||||
- [features/cryptocell/FEATURE_CRYPTOCELL310](./features/cryptocell/FEATURE_CRYPTOCELL310) - ARM Object Code and Header Files License
|
- [features/cryptocell/FEATURE_CRYPTOCELL310](./features/cryptocell/FEATURE_CRYPTOCELL310) - ARM Object Code and Header Files License
|
||||||
- [features/FEATURE_BOOTLOADER](./features/FEATURE_BOOTLOADER) - PBL
|
- [features/FEATURE_BOOTLOADER](./features/FEATURE_BOOTLOADER) - PBL
|
||||||
- [features/FEATURE_BLE/targets](./features/FEATURE_BLE/targets) - BSD-style, PBL, MIT-style
|
- [features/FEATURE_BLE/targets](./features/FEATURE_BLE/targets) - BSD-style, PBL, MIT-style
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue