tfm: nordic_nrf: Remove include of tfm_api.h, update install path

Update install path of tfm_ioctl_api.h, remove include of tfm_api.h

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
Signed-off-by: Markus Swarowsky <markus.swarowsky@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2023-12-08 15:18:21 +01:00 committed by Carles Cufí
commit f5eecd500d
5 changed files with 1 additions and 6 deletions

View file

@ -48,7 +48,7 @@ endif()
if (TFM_PARTITION_PLATFORM)
install(FILES include/tfm_ioctl_api.h
DESTINATION ${TFM_INSTALL_PATH}/interface/include)
DESTINATION ${INSTALL_INTERFACE_INC_DIR})
endif()
#========================= tfm_spm ============================================#

View file

@ -9,7 +9,6 @@
#include <limits.h>
#include <stdint.h>
#include <tfm_api.h>
#include <tfm_platform_api.h>
/* Include core IOCTL services */

View file

@ -7,7 +7,6 @@
#include <zephyr/kernel.h>
#include <zephyr/sys/printk.h>
#include "tfm_api.h"
#include "tfm_ns_interface.h"
#ifdef TFM_PSA_API
#include "psa_manifest/sid.h"

View file

@ -7,7 +7,6 @@
#include <psa/crypto.h>
#include <stdbool.h>
#include <stdint.h>
#include "tfm_api.h"
#include "psa/service.h"
#include "psa_manifest/tfm_dummy_partition.h"

View file

@ -4,8 +4,6 @@
* SPDX-License-Identifier: Apache-2.0
*/
#include "tfm_api.h"
psa_status_t dp_secret_digest(uint32_t secret_index,
void *p_digest,
size_t digest_size);