Skip to content

Commit

Permalink
Build: Install crypto_platform.h for Crypto service
Browse files Browse the repository at this point in the history
Header file crypto_platform.h is included by crypto.h, which is
installed when Crypto service is enabled. So crypto_platform.h also
needs to be installed.

Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: I6a439cc1db26ce8e180d91c93002987a142bfb7e
(cherry picked from commit fce2037)
Signed-off-by: Rajkumar Kanagaraj <rajkumar.kanagaraj@linaro.org>
  • Loading branch information
xinyu-tfm authored and microbuilder committed May 26, 2023
1 parent 0471225 commit 79a6115
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ if (TFM_PARTITION_CRYPTO)
${INTERFACE_INC_DIR}/psa/crypto_compat.h
${INTERFACE_INC_DIR}/psa/crypto.h
${INTERFACE_INC_DIR}/psa/crypto_client_struct.h
${INTERFACE_INC_DIR}/psa/crypto_platform.h
${INTERFACE_INC_DIR}/psa/crypto_sizes.h
${INTERFACE_INC_DIR}/psa/crypto_struct.h
${INTERFACE_INC_DIR}/psa/crypto_types.h
Expand Down

0 comments on commit 79a6115

Please sign in to comment.