From eb06f7b6576d31052ee734e69a57cbb0ed0ece3e Mon Sep 17 00:00:00 2001 From: Wiktor Grajkowski Date: Tue, 14 May 2024 13:07:24 +0200 Subject: [PATCH] fix paths in zap files --- examples/light-switch-app/qpg/zap/switch.zap | 8 ++++---- examples/thermostat/qpg/zap/thermostaticRadiatorValve.zap | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/light-switch-app/qpg/zap/switch.zap b/examples/light-switch-app/qpg/zap/switch.zap index 27ef140ece3957..b04ff644b1192c 100644 --- a/examples/light-switch-app/qpg/zap/switch.zap +++ b/examples/light-switch-app/qpg/zap/switch.zap @@ -18,16 +18,16 @@ ], "package": [ { - "pathRelativity": "resolveEnvVars", - "path": "$CHIP_ROOT/src/app/zap-templates/zcl/zcl.json", + "pathRelativity": "relativeToZap", + "path": "../../../../src/app/zap-templates/zcl/zcl.json", "type": "zcl-properties", "category": "matter", "version": 1, "description": "Matter SDK ZCL data" }, { - "pathRelativity": "resolveEnvVars", - "path": "$CHIP_ROOT/src/app/zap-templates/app-templates.json", + "pathRelativity": "relativeToZap", + "path": "../../../../src/app/zap-templates/app-templates.json", "type": "gen-templates-json", "version": "chip-v1" } diff --git a/examples/thermostat/qpg/zap/thermostaticRadiatorValve.zap b/examples/thermostat/qpg/zap/thermostaticRadiatorValve.zap index b5cb763a1fba10..a7f0c9cded77f6 100644 --- a/examples/thermostat/qpg/zap/thermostaticRadiatorValve.zap +++ b/examples/thermostat/qpg/zap/thermostaticRadiatorValve.zap @@ -18,16 +18,16 @@ ], "package": [ { - "pathRelativity": "resolveEnvVars", - "path": "$CHIP_ROOT/src/app/zap-templates/zcl/zcl.json", + "pathRelativity": "relativeToZap", + "path": "../../../../src/app/zap-templates/zcl/zcl.json", "type": "zcl-properties", "category": "matter", "version": 1, "description": "Matter SDK ZCL data" }, { - "pathRelativity": "resolveEnvVars", - "path": "$CHIP_ROOT/src/app/zap-templates/app-templates.json", + "pathRelativity": "relativeToZap", + "path": "../../../../src/app/zap-templates/app-templates.json", "type": "gen-templates-json", "version": "chip-v1" }