(context: dict[str, Any] | None = None)
| 178 | profile["platform"] = platform |
| 179 | return profile |
| 180 | if config is None: |
| 181 | return { |
| 182 | "platform": platform, |
| 183 | "enabled": False, |
| 184 | "mode": "off", |
| 185 | "wrapper": "none", |
| 186 | "fail_if_unavailable": False, |
| 187 | "allow_direct_fallback": True, |
| 188 | "allow_network": True, |