mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
28 lines
749 B
YAML
28 lines
749 B
YAML
dependencies:
|
|
espressif/cmake_utilities:
|
|
version: "^1"
|
|
rules: # will add "optional_component" only when all if clauses are True
|
|
- if: "idf_version >=5.0"
|
|
- if: "target in [esp32c2]"
|
|
|
|
network_coprocessor:
|
|
version: "*"
|
|
path: ${KVS_SDK_PATH}/esp_port/components/network_coprocessor
|
|
rules:
|
|
- if: "target in [esp32c6]"
|
|
|
|
esp_webrtc_utils:
|
|
path: ${KVS_SDK_PATH}/esp_port/components/esp_webrtc_utils
|
|
version: "*"
|
|
|
|
kvs_webrtc:
|
|
path: ${KVS_SDK_PATH}/esp_port/components/kvs_webrtc
|
|
version: "*"
|
|
|
|
signaling_serializer:
|
|
path: ${KVS_SDK_PATH}/esp_port/components/signaling_serializer
|
|
version: "*"
|
|
|
|
webrtc_bridge:
|
|
path: ${KVS_SDK_PATH}/esp_port/components/webrtc_bridge
|
|
version: "*" |