Skip to content

Commit

Permalink
ICDHandler initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
thivya-amazon committed Dec 3, 2023
1 parent d8af437 commit 0f402c4
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 17 deletions.
16 changes: 0 additions & 16 deletions src/app/icd/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,3 @@ source_set("configuration-data") {

deps = [ "${chip_root}/src/lib/core" ]
}

# ICD Handler source-set is broken out of the main source-set to enable unit tests
# All sources and configurations used by the ICDHandler need to go in this source-set
source_set("handler") {
sources = [
"ICDHandler.cpp",
"ICDHandler.h",
]

public_deps = [
"${chip_root}/src/app/icd/client:manager",
"${chip_root}/src/lib/core",
"${chip_root}/src/messaging",
"${chip_root}/src/protocols",
]
}
14 changes: 14 additions & 0 deletions src/app/icd/client/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,17 @@ source_set("manager") {
"${chip_root}/src/protocols",
]
}
# ICD Handler source-set is broken out of the main source-set to enable unit tests
# All sources and configurations used by the ICDHandler need to go in this source-set
source_set("handler") {
sources = [
"ICDHandler.cpp",
"ICDHandler.h",
]

public_deps = [
"${chip_root}/src/lib/core",
"${chip_root}/src/messaging",
"${chip_root}/src/protocols",
]
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#pragma once

#include <client/DefaultICDClientStorage.h>
#include <DefaultICDClientStorage.h>
#include <lib/support/logging/CHIPLogging.h>
#include <messaging/ExchangeContext.h>
#include <messaging/ExchangeMgr.h>
Expand Down

0 comments on commit 0f402c4

Please sign in to comment.