未验证 提交 04e55059 编写于 作者: O openharmony_ci 提交者: Gitee

!4873 Modify softbus component name

Merge pull request !4873 from libaoping28/master
...@@ -828,18 +828,18 @@ The following configuration items are defined in the `config.gni` file: ...@@ -828,18 +828,18 @@ The following configuration items are defined in the `config.gni` file:
| Item | Description | | Item | Description |
| ------------------------------------------ | ------------------------ | | ------------------------------------------ | ------------------------ |
| dsoftbus_standard_feature_disc_ble | Whether to enable BLE discovery. | | dsoftbus_feature_disc_ble | Whether to enable BLE discovery. |
| dsoftbus_standard_feature_disc_coap | Whether to enable CoAP discovery. | | dsoftbus_feature_disc_coap | Whether to enable CoAP discovery. |
| dsoftbus_standard_feature_conn_tcp | Whether to enable TCP connection. | | dsoftbus_feature_conn_tcp | Whether to enable TCP connection. |
| dsoftbus_standard_feature_conn_br | Whether to enable BR connection. | | dsoftbus_feature_conn_br | Whether to enable BR connection. |
| dsoftbus_standard_feature_conn_ble | Whether to enable BLE connection. | | dsoftbus_feature_conn_ble | Whether to enable BLE connection. |
| dsoftbus_standard_feature_conn_p2p | Whether to enable P2P connection. | | dsoftbus_feature_conn_p2p | Whether to enable P2P connection. |
| dsoftbus_standard_feature_trans_udp | Whether to enable UDP transmission. | | dsoftbus_feature_trans_udp | Whether to enable UDP transmission. |
| dsoftbus_standard_feature_trans_udp_stream | Whether to enable the UDP transport stream. | | dsoftbus_feature_trans_udp_stream | Whether to enable the UDP transport stream. |
| dsoftbus_standard_feature_trans_udp_file | Whether to enable UDP file transfer. | | dsoftbus_feature_trans_udp_file | Whether to enable UDP file transfer. |
| dsoftbus_standard_feature_ip_auth | Whether to enable transmission channel authentication.| | dsoftbus_feature_ip_auth | Whether to enable transmission channel authentication.|
| dsoftbus_standard_feature_auth_account | Whether to enable account-based authentication.| | dsoftbus_feature_auth_account | Whether to enable account-based authentication.|
| dsoftbus_standard_feature_qos | Whether to enable QoS. | | dsoftbus_feature_qos | Whether to enable QoS. |
The following configuration items are defined in the `softbus_config_adapter.c` file: The following configuration items are defined in the `softbus_config_adapter.c` file:
......
...@@ -827,18 +827,18 @@ ethernetif_init(struct netif *netif) ...@@ -827,18 +827,18 @@ ethernetif_init(struct netif *netif)
| 配置项 | 描述 | | 配置项 | 描述 |
| ------------------------------------------ | ------------------------ | | ------------------------------------------ | ------------------------ |
| dsoftbus_standard_feature_disc_ble | 是否开启BLE发现功能 | | dsoftbus_feature_disc_ble | 是否开启BLE发现功能 |
| dsoftbus_standard_feature_disc_coap | 是否开启COAP发现功能 | | dsoftbus_feature_disc_coap | 是否开启COAP发现功能 |
| dsoftbus_standard_feature_conn_tcp | 是否开启TCP连接功能 | | dsoftbus_feature_conn_tcp | 是否开启TCP连接功能 |
| dsoftbus_standard_feature_conn_br | 是否开启BR连接功能 | | dsoftbus_feature_conn_br | 是否开启BR连接功能 |
| dsoftbus_standard_feature_conn_ble | 是否开启BLE连接功能 | | dsoftbus_feature_conn_ble | 是否开启BLE连接功能 |
| dsoftbus_standard_feature_conn_p2p | 是否开启P2P连接功能 | | dsoftbus_feature_conn_p2p | 是否开启P2P连接功能 |
| dsoftbus_standard_feature_trans_udp | 是否开启UDP传输功能 | | dsoftbus_feature_trans_udp | 是否开启UDP传输功能 |
| dsoftbus_standard_feature_trans_udp_stream | 是否开启UDP传输流功能 | | dsoftbus_feature_trans_udp_stream | 是否开启UDP传输流功能 |
| dsoftbus_standard_feature_trans_udp_file | 是否开启UDP传输文件功能 | | dsoftbus_feature_trans_udp_file | 是否开启UDP传输文件功能 |
| dsoftbus_standard_feature_ip_auth | 是否开启认证传输通道功能 | | dsoftbus_feature_ip_auth | 是否开启认证传输通道功能 |
| dsoftbus_standard_feature_auth_account | 是否开启基于账号认证功能 | | dsoftbus_feature_auth_account | 是否开启基于账号认证功能 |
| dsoftbus_standard_feature_qos | 是否开启QoS功能 | | dsoftbus_feature_qos | 是否开启QoS功能 |
`softbus_config_adapter.c`文件中规定了以下配置项: `softbus_config_adapter.c`文件中规定了以下配置项:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册