mirror of
https://gitee.com/openharmony/startup_init
synced 2024-11-24 16:49:58 +00:00
replace utils path to c_utils
Signed-off-by: hongtao <hongtao11@huawei.com> Change-Id: I22aadbe1024d6e8ed0af0f7bfee288ed7ce9312b
This commit is contained in:
parent
1821294e51
commit
8f3795139a
@ -23,7 +23,7 @@
|
||||
"components": [
|
||||
"startup",
|
||||
"safwk",
|
||||
"utils_base",
|
||||
"c_utils",
|
||||
"napi",
|
||||
"ipc",
|
||||
"config_policy",
|
||||
|
@ -53,11 +53,11 @@ if (!defined(ohos_lite)) {
|
||||
|
||||
external_deps = [
|
||||
"access_token:libaccesstoken_sdk",
|
||||
"c_utils:utils",
|
||||
"hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"utils_base:utils",
|
||||
]
|
||||
install_images = [ "system" ]
|
||||
part_name = "init"
|
||||
|
@ -188,8 +188,8 @@ if (defined(ohos_lite)) {
|
||||
"//third_party/mbedtls:mbedtls_shared",
|
||||
]
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hilog_native:libhilog_base",
|
||||
"utils_base:utils",
|
||||
]
|
||||
public_configs = [ ":exported_header_files" ]
|
||||
part_name = "init"
|
||||
@ -245,10 +245,10 @@ if (defined(ohos_lite)) {
|
||||
}
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hilog_native:libhilog_base",
|
||||
"ipc:ipc_core",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"utils_base:utils",
|
||||
]
|
||||
public_configs = [ ":exported_header_files" ]
|
||||
part_name = "init"
|
||||
@ -279,8 +279,8 @@ if (defined(ohos_lite)) {
|
||||
"//third_party/mbedtls:mbedtls_shared",
|
||||
]
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hilog_native:libhilog_base",
|
||||
"utils_base:utils",
|
||||
]
|
||||
part_name = "init"
|
||||
}
|
||||
|
@ -88,7 +88,7 @@ if (defined(ohos_lite)) {
|
||||
"//base/startup/init/interfaces/innerkits/control_fd:libcontrolfd",
|
||||
"//third_party/bounds_checking_function:libsec_shared",
|
||||
]
|
||||
external_deps = [ "utils_base:utils" ]
|
||||
external_deps = [ "c_utils:utils" ]
|
||||
|
||||
if (param_test) {
|
||||
sources += [
|
||||
@ -190,8 +190,8 @@ if (defined(ohos_lite)) {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hilog_native:libhilog_base",
|
||||
"utils_base:utils",
|
||||
]
|
||||
if (build_selinux) {
|
||||
deps += [ "//third_party/selinux:libselinux" ]
|
||||
|
@ -45,10 +45,10 @@ ohos_shared_library("param_watcher") {
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"utils_base:utils",
|
||||
]
|
||||
install_images = [ "system" ]
|
||||
part_name = "init"
|
||||
|
@ -71,10 +71,10 @@ ohos_executable("ondemandTest") {
|
||||
sources = [ "sa_service_ondemand_test.cpp" ]
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
"samgr_standard:samgr_proxy",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
install_images = [ "system" ]
|
||||
|
@ -468,10 +468,10 @@ ohos_fuzztest("SystemWatchParameterFuzzTest") {
|
||||
"//base/startup/init/interfaces/innerkits:libbeget_proxy",
|
||||
"//base/startup/init/interfaces/innerkits:libbegetutil",
|
||||
"//third_party/bounds_checking_function:libsec_static",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"ipc:ipc_core",
|
||||
"safwk:system_ability_fwk",
|
||||
|
@ -209,7 +209,6 @@ ohos_unittest("init_unittest") {
|
||||
"//third_party/googletest:gmock",
|
||||
"//third_party/googletest:gtest",
|
||||
"//third_party/mbedtls:mbedtls_shared",
|
||||
"//utils/native/base:utils",
|
||||
]
|
||||
|
||||
defines = [
|
||||
@ -228,9 +227,9 @@ ohos_unittest("init_unittest") {
|
||||
}
|
||||
|
||||
external_deps = [
|
||||
"c_utils:utils",
|
||||
"hiviewdfx_hilog_native:libhilog",
|
||||
"init:libinit_module_engine",
|
||||
"utils_base:utils",
|
||||
]
|
||||
|
||||
if (!defined(ohos_lite) && enable_ohos_startup_init_feature_watcher) {
|
||||
|
Loading…
Reference in New Issue
Block a user