mirror of
https://github.com/openharmony/device_soc_asrmicro.git
synced 2026-07-01 22:34:00 -04:00
!23 change device_soc_st /utils/native/lite path to /commonlibrary/utils_lite
Merge pull request !23 from Leon/master
This commit is contained in:
@@ -35,7 +35,7 @@ module_name = "lwip"
|
||||
kernel_module(module_name) {
|
||||
sources = LWIP_PORTING_FILES + LWIPNOAPPSFILES - [ "$LWIPDIR/api/sockets.c" ]
|
||||
defines = [ "LITEOS_LWIP=1" ]
|
||||
include_dirs = [ "//utils/native/lite/include" ]
|
||||
include_dirs = [ "//commonlibrary/utils_lite/include" ]
|
||||
}
|
||||
|
||||
config("public") {
|
||||
|
||||
@@ -23,7 +23,7 @@ static_library("hal_iothardware") {
|
||||
"hal_reset.c",
|
||||
]
|
||||
include_dirs = [
|
||||
"//utils/native/lite/include",
|
||||
"//commonlibrary/utils_lite/include",
|
||||
"//base/iothardware/peripheral/interfaces/inner_api",
|
||||
]
|
||||
}
|
||||
|
||||
@@ -15,5 +15,5 @@ import("//build/lite/config/component/lite_component.gni")
|
||||
|
||||
static_library("hal_file_static") {
|
||||
sources = [ "src/hal_file.c" ]
|
||||
include_dirs = [ "//utils/native/lite/hals/file" ]
|
||||
include_dirs = [ "//commonlibrary/utils_lite/hals/file" ]
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ kernel_module("asr_startup") {
|
||||
"//drivers/hdf_core/adapter/khdf/liteos_m/osal/include",
|
||||
"//drivers/hdf_core/framework/include/osal",
|
||||
"//drivers/hdf_core/framework/core/common/include/manager",
|
||||
"//utils/native/lite/include",
|
||||
"//utils/native/lite/memory/include",
|
||||
"//commonlibrary/utils_lite/include",
|
||||
"//commonlibrary/utils_lite/memory/include",
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user