mirror of
https://gitee.com/openharmony/communication_dsoftbus
synced 2024-11-23 08:49:59 +00:00
Modify bad header file reference of config file
Signed-off-by: zhufenghao <2581725389@qq.com>
This commit is contained in:
parent
94fec7f140
commit
1d82168521
@ -18,7 +18,6 @@ if (defined(ohos_lite)) {
|
||||
|
||||
common_include = [
|
||||
"$softbus_adapter_config/spec_config",
|
||||
"//utils/native/base/include",
|
||||
]
|
||||
|
||||
if (ohos_kernel_type == "liteos_m") {
|
||||
@ -43,7 +42,6 @@ if (defined(ohos_lite)) {
|
||||
ohos_shared_library("softbus_adapter") {
|
||||
include_dirs = [
|
||||
"$softbus_adapter_config/spec_config",
|
||||
"//utils/native/base/include",
|
||||
]
|
||||
sources = [ "$softbus_adapter_config/spec_config/softbus_config_adapter.c" ]
|
||||
part_name = "dsoftbus_standard"
|
||||
|
@ -13,7 +13,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "softbus_config_type.h"
|
||||
#include "softbus_config_adapter.h"
|
||||
|
||||
#define MAX_BYTES_LENGTH 4194304
|
||||
|
||||
|
@ -16,7 +16,6 @@
|
||||
#ifndef SOFTBUS_CONFIG_TYPE_H
|
||||
#define SOFTBUS_CONFIG_TYPE_H
|
||||
|
||||
#include <securec.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user