(config)
| 1045 | this.mergeProperties(config, this.zephyrConfig); |
| 1046 | } |
| 1047 | filterZephyrShields(config) { |
| 1048 | if (this.platform == "zephyr") |
| 1049 | this.mergeProperties(config, this.zephyrShields); |
| 1050 | } |
| 1051 | filterZephyrOverlay(config) { |
| 1052 | if (this.platform == "zephyr") |
| 1053 | this.mergeProperties(config, this.zephyrOverlay); |