Files
softbus_OPC/third_party/README.md
flower_linux 85bfb5d8ec self control
2026-06-24 16:25:02 +08:00

15 lines
555 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 第三方源码Vendor
自主化改造完成后,本目录 **不再包含** 第三方源码 vendor。
原 open62541、libmodbus 已分别由以下自研模块替代:
| 原依赖 | 自研替代 |
|--------|----------|
| `open62541/` | `src/softbus_opcua/` |
| `libmodbus/` | `src/softbus_modbus/` |
构建时亦不再 FetchContent 拉取 asio、nlohmann/json`src/softbus_net/``src/softbus_json/`)。
运行时可选动态链接:**OpenSSL**OPC UA TLS不计入送检源码包。详见 [docs/SBOM.md](../docs/SBOM.md)。