Skip to content

Commit

Permalink
[K32W1] Fix gn check errors
Browse files Browse the repository at this point in the history
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
  • Loading branch information
marius-alex-tache authored and andrei-menzopol committed Feb 13, 2024
1 parent 425b51f commit 4893513
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/platform/nxp/k32w/k32w1/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ static_library("nxp_platform") {
"${chip_root}/src/credentials/DeviceAttestationCredsProvider.h",
"${chip_root}/src/credentials/examples/DeviceAttestationCredsExample.h",
"${chip_root}/src/credentials/examples/ExampleDACs.h",
"${chip_root}/src/credentials/examples/ExamplePAI.h"
"${chip_root}/src/credentials/examples/ExamplePAI.h",
"${chip_root}/src/platform/nxp/k32w/k32w1/BLEManagerImpl.h",
"${chip_root}/src/platform/nxp/k32w/k32w1/SMU2Manager.h"
]

public_deps = [ "${chip_root}/src/platform:platform_base" ]
Expand All @@ -74,7 +76,9 @@ static_library("nxp_platform") {
}

if (chip_enable_ota_requestor) {
public += [ "../common/OTAImageProcessorImpl.h" ]
public += [
"../common/OTAImageProcessorImpl.h"
]

sources += [
"../common/OTAImageProcessorImpl.cpp",
Expand Down Expand Up @@ -140,5 +144,8 @@ static_library("nxp_platform") {
}
}

public_deps += [ "${chip_root}/src/crypto" ]
public_deps += [
"${chip_root}/src/crypto",
"${chip_root}/src/platform/logging:headers"
]
}

0 comments on commit 4893513

Please sign in to comment.