Skip to content

Commit

Permalink
[Chef] Support BasicVideoPlayer for esp32,nrfconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
erwinpan1 committed Jul 21, 2023
1 parent 4fa74c6 commit 554552d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/chef/esp32/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ set(PRIV_INCLUDE_DIRS_LIST
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/examples/platform/esp32/"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/third_party/nlio/repo/include"
"${CMAKE_SOURCE_DIR}/../"
"${CMAKE_SOURCE_DIR}/../common"
"${CMAKE_SOURCE_DIR}/main/include/"
)

Expand Down Expand Up @@ -60,11 +61,11 @@ message(STATUS "** End of Cluster List **")
set(SRC_DIRS_LIST
${SRC_DIRS_LIST}
"${CMAKE_CURRENT_LIST_DIR}"
"${CMAKE_SOURCE_DIR}/../common"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/zzz_generated/app-common/app-common/zap-generated/attributes"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/server"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/util"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/src/app/reporting"
"${CMAKE_SOURCE_DIR}/third_party/connectedhomeip/zzz_generated/app-common/app-common/zap-generated/attributes"
"${CMAKE_SOURCE_DIR}/../common"
)

if (CONFIG_ENABLE_CHIP_SHELL)
Expand Down
2 changes: 2 additions & 0 deletions examples/chef/nrfconnect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ target_include_directories(app PRIVATE
${CMAKE_CURRENT_SOURCE_DIR}/third_party/connectedhomeip/zzz_generated/app-common
${GEN_DIR}
${CHEF}
${CHEF}/common
${GEN_DIR}/../
${CHIP_ROOT}/src
${CHIP_ROOT}/examples/shell/shell_common/include
Expand All @@ -90,6 +91,7 @@ endif()
target_sources(app PRIVATE
${CHEF}/nrfconnect/main.cpp
${CHEF}/common/stubs.cpp
${CHEF}/common/chef-channel-manager.cpp
)

message(STATUS ${CHEF}/devices/${SAMPLE_NAME}.zap)
Expand Down

0 comments on commit 554552d

Please sign in to comment.