Skip to content

Commit 41981fb

Browse files
committed
TrustM: Fix python script building issues.
Build command: scripts/build/build_examples.py --no-log-timestamps --target infineon-psoc6-lock-trustm build
1 parent 1a8b111 commit 41981fb

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/platform/Infineon/crypto/trustm/BUILD.gn

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ if (chip_crypto == "platform") {
2424

2525
source_set("public_headers") {
2626
sources = [
27-
"CHIPCryptoPAL.h",
28-
"OperationalKeystore.h",
2927
]
3028

3129
public_deps = [

src/platform/Infineon/crypto/trustm/DeviceAttestationCredsExampleTrustM.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
*/
1717

1818
#include "DeviceAttestationCredsExampleTrustM.h"
19-
#include <credentials/examples/ExampleDACs.h>
20-
#include <credentials/examples/ExamplePAI.h>
2119
#include <crypto/CHIPCryptoPAL.h>
2220
#include <lib/core/CHIPError.h>
2321
#include <lib/support/Span.h>

0 commit comments

Comments
 (0)